Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jardimdanificado committed Jan 4, 2025
1 parent 68b7cf0 commit 27947c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ if [ -n "$SETUP" ]; then
rm -rf bruter
fi

emcc -o build/index.html src/main.c lib/bruter.o -Llib -Iinclude $RLPATH -s USE_GLFW=3 -s ASYNCIFY --shell-file src/minshell.html
emcc -o build/bruter.html src/main.c lib/bruter.o -Llib -Iinclude $RLPATH -s USE_GLFW=3 -s ASYNCIFY --shell-file src/minshell.html
mv build/bruter.html build/index.html

0 comments on commit 27947c6

Please sign in to comment.