X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=Makefile;h=907e445d1832b767f146c2cd2ced91cd47c08bc7;hp=cc4e070adffaec3d74e0a92614865ea18c068eea;hb=859e7c640bf3ab834df5c65f75b3b439e7167116;hpb=c8077c7a5c9ce3610d8f926b7fdf8969974728c8 diff --git a/Makefile b/Makefile index cc4e070..907e445 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ -objects= auto.js +objects= auto.js style.css all: $(objects) clean: rm -f $(objects) +style.css: styl.styl + stylus -c -p $< > $@ + %.js: %.coffee coffee -c $<