X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=907e445d1832b767f146c2cd2ced91cd47c08bc7;hp=cc4e070adffaec3d74e0a92614865ea18c068eea;hb=804571d5567f5c6b9ec21c4e1db9fcc40aaf6823;hpb=2577f78f9029a76598c9de1714cec4c8e79af2ca 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 $<