Cleaning, and build tools
This commit is contained in:
@@ -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: List ListTest Socket Three Stats ThreeTools Bouncing Multisphere StreamingSimulator PrototypeTools PrototypeReplay PrototypeInteractive Tutorial
|
||||
|
||||
Reference in New Issue
Block a user