From 1662a9dd992721dc6d1ef71ff5ac2741487601db Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 19 Jun 2015 17:48:40 +0200 Subject: [PATCH] Corrected makefile --- js/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/Makefile b/js/Makefile index d444cbb..fd96a1c 100644 --- a/js/Makefile +++ b/js/Makefile @@ -106,10 +106,5 @@ 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/*