X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=Makefile;h=3c4cdd22a007d0c4bf1d47fd11c9945eace0ffca;hp=f2fef492ab056835e3ec154286fa7b43d1cddc66;hb=e3b396215f59cd45b7d7c510dcddea8354f756aa;hpb=a7cff3a244ba086034aed2f284235b6bcb6b7f98 diff --git a/Makefile b/Makefile index f2fef49..3c4cdd2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ -OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js +OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js editor.js editor_tests.js page_dark.css + all: $(OBJECTS) %.js: %.coffee coffee -c $< && sed -i -e 's/\(parser\|parser_no_browser_helper\)[.]coffee/\1.js/g' $@ +%.css: %.styl + stylus $< + clean: rm -f $(OBJECTS)