summaryrefslogtreecommitdiffstats
path: root/coffee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/Makefile')
-rw-r--r--coffee/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/coffee/Makefile b/coffee/Makefile
index 966a6ba76..8ca06f068 100644
--- a/coffee/Makefile
+++ b/coffee/Makefile
@@ -2,15 +2,15 @@ all: watch
deps:
- cd $(CURDIR)
- npm install --save-dev
+ cd $(CURDIR)
+ npm install --save-dev
watch: compile
- $(CURDIR)/node_modules/.bin/grunt --config $(CURDIR)/grunt.coffee run
+ $(CURDIR)/node_modules/.bin/grunt --config $(CURDIR)/grunt.coffee run
compile:
- mkdir -p $(CURDIR)/build
- $(CURDIR)/node_modules/.bin/grunt --config $(CURDIR)/grunt.coffee compile
+ mkdir -p $(CURDIR)/build
+ $(CURDIR)/node_modules/.bin/grunt --config $(CURDIR)/grunt.coffee compile
clean:
- rm -rf $(CURDIR)/build
+ rm -rf $(CURDIR)/build