summaryrefslogtreecommitdiffstats
path: root/coffee/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-07 00:39:13 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-07 00:39:13 +0100
commit9325aafb84476c779b96eb9260c69a0144e55bc8 (patch)
tree01a822aa6afd4dc78b8e04dd6d514836bc6367d3 /coffee/Makefile
parent2c7f779af5d902d1e323c0cec8e35a184e519de0 (diff)
spaces to tabs
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 8ca06f068..966a6ba76 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