JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
convert editor to javascript, fix
[peach-html5-editor.git] / Makefile
index 5ae1b2b..c78d9b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
-OBJECTS= parse-html.js test.js html5-named-entities.js
+OBJECTS= page_dark.css
+
 all: $(OBJECTS)
 
-%.js: %.coffee
-       coffee -c $< && sed -i -e 's/\(parse-html\|html5-named-entities\)[.]coffee/\1.js/g' $@
+%.css: %.styl
+       stylus $<
 
 clean:
        rm -f $(OBJECTS)