Cleaning, and build tools

This commit is contained in:
Thomas FORGIONE
2015-06-30 15:13:49 +02:00
parent 5259a8feea
commit 09b8dad62b
12 changed files with 831 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
OPT=--compilation_level SIMPLE_OPTIMIZATIONS
ifeq ($(TYPE),RELEASE)
CLOSURE=java -jar /usr/share/java/closure-compiler/closure-compiler.jar
CLOSURE=java -jar ../utils/closure-compiler/closure-compiler.jar
else
CLOSURE=../utils/compiler.sh
CLOSURE=../utils/simple-compiler/compiler.sh
endif
all: Geo