Skip to content

Commit

Permalink
fix: 🎨 adapt to gh-pages schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeletc committed Apr 3, 2024
1 parent 9f6d1f9 commit 01cbac3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build-wasm:
emcc src/*.c \
-s WASM=1 \
-s USE_SDL=2 \
-o public/index.js
-o docs/index.js

clean-wasm:
rm -vf public/index.{js,wasm}
rm -vf docs/index.{js,wasm}

run-wasm:
emrun public/index.html
emrun docs/index.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 01cbac3

Please sign in to comment.