From 810fa35a1cc6af84d78cac74b21c78df27f77280 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 7 Feb 2013 01:12:30 +0100 Subject: pre .4 changes --- coffee/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coffee/Makefile') 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 -- cgit v1.2.3