From d5582cbf2cc1ae626303b5a9c3bc0690174f57e9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 25 Mar 2016 20:11:25 +0100 Subject: cleanup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e665b192b..68cea64c9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ # # The npm test command launches the npm test script: # -# npm run test +# npm run test # # The idea behind this is to be completely testing and build tool agnostic. All # build tools and additional package managers should be installed locally in @@ -38,6 +38,7 @@ # "prebuild": "npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update", # "build": "node node_modules/gulp-cli/bin/gulp.js" # }, + app_name=$(notdir $(CURDIR)) build_tools_directory=$(CURDIR)/build/tools source_build_directory=$(CURDIR)/build/artifacts/source -- cgit v1.2.3