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