X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=257fda2be229bed09285672b562aacca95029fee;hb=6130a51115ea0181baf6ca0f286ca5f845bbeff3;hp=f2fef492ab056835e3ec154286fa7b43d1cddc66;hpb=6eab44262a16e431ec8dbcb42820babc5d28fc10;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index f2fef49..257fda2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -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 all: $(OBJECTS) %.js: %.coffee