X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0ae83b64bc59deea50ec320612284f556f05d3fa;hp=861ce4a030d364b40d08b46b987974dffe6d2ce4;hb=d2f3ec3082304334bb54981165fef2fbc645a7f8;hpb=a48101a8bbd94f47e8966e2a10971d53940dc09e 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