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