summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:11:25 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:11:25 +0100
commitd5582cbf2cc1ae626303b5a9c3bc0690174f57e9 (patch)
tree45fd8a94156f0e02d549cd0e6ab710badc4fb1a5 /Makefile
parent09579eac17f0f8eaf4565a863bbda194ebd4a6c7 (diff)
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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