summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-18 14:40:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-18 14:40:35 +0100
commit71f98075682fc46ae7641a1e4462869648e467f1 (patch)
tree11b6041e900d33903d9aaa2865411d54c96ae39c /Makefile
parent4973197c6ae7e1e5b91844b1e050c95598e0f8f2 (diff)
downloadwallet-core-71f98075682fc46ae7641a1e4462869648e467f1.tar.gz
wallet-core-71f98075682fc46ae7641a1e4462869648e467f1.tar.bz2
wallet-core-71f98075682fc46ae7641a1e4462869648e467f1.zip
appdist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23ae8518b..58f5eddcc 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ pogen: $(ts) pogen/pogen.js node_modules
dist:
$(gulp) srcdist
+appdist:
+ $(gulp) appdist
+
lib/i18n-strings.js: $(ts) node_modules
truncate -s0 $@
for lang in $(langs); do \