Added sponza link

This commit is contained in:
Thomas FORGIONE
2015-06-11 11:47:44 +02:00
parent 365d29bd3d
commit 44f3d37ccb
4 changed files with 33 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ else
CLOSURE=./compiler.sh
endif
all: List ListTest Socket Three Stats ThreeTools Bouncing Multisphere StreamingSimulator PrototypeTools PrototypeReplay PrototypeInteractive Tutorial
all: List ListTest Socket Three Stats ThreeTools Bouncing Multisphere StreamingSimulator PrototypeTools PrototypeReplay PrototypeInteractive Tutorial Sponza
Socket:
cp socket.io/socket.io.min.js ../static/js
@@ -104,5 +104,10 @@ Tutorial:
--js prototype/tutorial.js \
--js_output_file ../static/js/tutorial.min.js
Sponza:
$(CLOSURE) $(OPT) \
--js prototype/sponza.js \
--js_output_file ../static/js/sponza.min.js
clean:
rm -rf ../static/js/*