JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up tool button handling and appearance
[crayon_mockup.git] / Makefile
index cc4e070..907e445 100644 (file)
--- 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 $<