JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no more stylus, cleanup
[peach-html5-editor.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index c78d9b4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-OBJECTS= page_dark.css
-
-all: $(OBJECTS)
-
-%.css: %.styl
-       stylus $<
-
-clean:
-       rm -f $(OBJECTS)