Archived
1
0
Fork 0
This repository has been archived on 2020-02-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cosmos/Makefile
2013-11-27 09:45:27 +01:00

7 lines
119 B
Makefile

.PHONY: all
all: platformer.min.js
make -C asset
make -C images
platformer.min.js: platformer.js
jsmin < $< > $@