Skip to content

Commit c60f137

Browse files
committed
Improved comments
1 parent 58c42a5 commit c60f137

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ demo/microsat.wasm
55
# release build
66
release/*
77

8-
# generated and built files by emconfigure and emmake/make
8+
# microsat files
99
src/makefile
1010
src/microsat
1111
src/microsat.js
1212
src/microsat.wasm
13-
14-

build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ make clean
1515

1616
# build
1717
echo "\n### Building release build..."
18-
# compile microsat
1918
FILE_SUFFIX=".js" CFLAGS="-O3 -s ALLOW_MEMORY_GROWTH=1 -s INVOKE_RUN=0 -s FORCE_FILESYSTEM=1 -s EXIT_RUNTIME=1 --pre-js ../src_js/prerun.js -s MODULARIZE=1 -s 'EXPORT_NAME=microsat'" CC=emcc emconfigure ./configure && emmake make
2019

2120
cd ..

0 commit comments

Comments
 (0)