diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a15a90f --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ + +lib/ComicBook.min.js : lib/ComicBook.js + java -jar bin/closure-complier/compiler.jar --compilation_level SIMPLE_OPTIMIZATIONS --js $< --js_output_file $@ \ No newline at end of file