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 clean: rm -rf build/*