summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-09-26 16:52:42 +0200
committertg(x) <*@tg-x.net>2016-09-26 16:52:42 +0200
commitc89c90b7fa69b030c82f8cc73a29f89987016250 (patch)
tree6a304cff6eed09b7406c3984b50bf4322143dafb /Makefile
parentf215a3562e4f1f50ca63aaad0569c3e91ba7d9c0 (diff)
downloadwallet-core-c89c90b7fa69b030c82f8cc73a29f89987016250.tar.gz
wallet-core-c89c90b7fa69b030c82f8cc73a29f89987016250.tar.bz2
wallet-core-c89c90b7fa69b030c82f8cc73a29f89987016250.zip
fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f36f8e4f..16d0f341a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ po2json = node_modules/po2json/bin/po2json
.PHONY: node_modules pogen i18n/strings.js
-package-stable: node_modules
+package-stable: tsc i18n
$(gulp) package-stable
-package-unstable: node_modules
+package-unstable: tsc i18n
$(gulp) package-unstable
tsc: tsconfig.json node_modules