Make 'js' a phony target so it always runs coffee compiler

This commit is contained in:
matt 2015-12-14 19:03:00 -08:00
parent ae56acee5f
commit a3d19f624f

View File

@ -1,4 +1,6 @@
js: lib/**/*.coffee
.PHONY: js
js:
./node_modules/.bin/coffee -o js -c lib/
cp -r lib/font/data js/font/data