Updated makefile

This commit is contained in:
Thomas Forgione 2018-08-20 17:28:17 +02:00
parent 61ca6e1817
commit 7029fcc1b6
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.PHONY: www/js/escalator.js
www/js/escalator.js: $(shell find src -name "*.js")
mkdir -p www/js
cat \
src/open.js \
src/box.js \