removing unused files

This commit is contained in:
Richard Geldreich
2024-09-10 14:50:44 -04:00
parent 3124cf62fd
commit e017f4ecb7
2 changed files with 0 additions and 10 deletions

View File

@@ -1 +0,0 @@
cmake -D CMAKE_C_COMPILER=/usr/bin/clang -D CMAKE_CXX_COMPILER=/usr/bin/clang++ .

View File

@@ -1,9 +0,0 @@
#!/bin/sh
if ! emcc --version
then
echo "Emscripten not found on PATH. Please follow instructions on https://emscripten.org/docs/getting_started/downloads.html"
exit
fi
emcmake cmake .
emcmake make