5 changed files with 471 additions and 892 deletions
@ -1,6 +1,8 @@
|
||||
compile: clean |
||||
for file in `cat compile.order`; do coffee -b -p -c src/$$file >> build/game.js; done
|
||||
cp index.html build/index.html
|
||||
cp src/index.html build/index.html
|
||||
|
||||
clean: |
||||
rm -rf build/*
|
||||
|
||||
alle: compile |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue