beginnings of a Makefile
This commit is contained in:
parent
67bc2dad65
commit
196852ed08
1 changed files with 3 additions and 0 deletions
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -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 $@
|
Loading…
Add table
Add a link
Reference in a new issue