JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
convert editor to javascript, fix
[peach-html5-editor.git] / Makefile
1 OBJECTS= page_dark.css
2
3 all: $(OBJECTS)
4
5 %.css: %.styl
6         stylus $<
7
8 clean:
9         rm -f $(OBJECTS)