From 196852ed085dfb69ed04b25451d87f8561948490 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Mon, 5 Sep 2011 11:41:43 +0200 Subject: [PATCH] beginnings of a Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile 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