X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=Makefile;h=0ae83b64bc59deea50ec320612284f556f05d3fa;hp=861ce4a030d364b40d08b46b987974dffe6d2ce4;hb=d2f3ec3082304334bb54981165fef2fbc645a7f8;hpb=2d902775d3b9f916b5a38ac8874a734ca586e6b3 diff --git a/Makefile b/Makefile index 861ce4a..0ae83b6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -objects= main.js style.css +objects= main.js css.css all: $(objects) clean: rm -f $(objects) -style.css: style.styl +css.css: style.styl stylus -c -p $< > $@ %.js: %.coffee