summaryrefslogtreecommitdiffstats
path: root/js/Makefile
diff options
context:
space:
mode:
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/ & \