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