JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
editing/selection/hover working
[crayon_mockup.git] / Makefile
index 907e445..861ce4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-objects= auto.js style.css
+objects= main.js style.css
 
 all: $(objects)
 
 clean:
        rm -f $(objects)
 
-style.css: styl.styl
+style.css: style.styl
        stylus -c -p $< > $@
 
 %.js: %.coffee