JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make editor test basically work in firefox
[peach-html5-editor.git] / Makefile
index f2fef49..257fda2 100644 (file)
--- 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