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