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