summaryrefslogtreecommitdiffstats
path: root/js/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
commit94e82411f7def5b3f79df43eb0279142cea19f1e (patch)
treef352530c4689644dcf58c8fcf8a42dc8b0c6fa2c /js/Makefile
parentc171e9e381e6d7af9c2dd44ff82f9fef381a2e1a (diff)
fix unittest breakage errors in firefox and phantomjs, bump build tools
Diffstat (limited to 'js/Makefile')
-rw-r--r--js/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Makefile b/js/Makefile
index cb4c0339e..4b3bc39ae 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -27,7 +27,6 @@ all: compile
deps:
cd $(CURDIR)/
npm install --deps
- cd ..
watch: compile
$(coffee) --compile --watch --output $(CURDIR)/build/app $(CURDIR)/app/ & \