Skip to content

Commit

Permalink
Whoops. Forgot to change other references to the game / bios.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Sep 27, 2012
1 parent 7bd999c commit 6d74bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ default:
cd mess; $(EMMAKE) make $(EMSCRIPTEN_MESS_FLAGS)
mv mess/messtiny mess/messtiny.bc
$(EMSCRIPTEN_DIR)/emcc -s DISABLE_EXCEPTION_CATCHING=0 mess/messtiny.bc \
-o messtiny.js --post-js post.js --embed-file ./bin/coleco.zip \
--embed-file ./bin/cosmofighter2.zip
-o messtiny.js --post-js post.js --embed-file $(BIOS) \
--embed-file $(GAME)
java -Xmx1536m -jar $(CLOSURE) --js messtiny.js \
--js_output_file mess_closure.js

Expand Down

0 comments on commit 6d74bb1

Please sign in to comment.