diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-23 21:44:19 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-23 21:44:19 -0400 |
commit | c3103fa6d7a5d47e0e52e9a0ea2f05bfa18240c6 (patch) | |
tree | b644028390bf9c54a99c6c5fa0e703d265f74cc7 | |
parent | dd8b7429a4f1e35c53418ec14a0f72e7006aacf1 (diff) |
Add Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7099d64 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +bundle: + rm algj2023.zip && zip algj2023.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html |