summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-18 15:41:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-18 15:41:20 +0100
commit79f870925b6271ee90f6ec2d5e4a8b9fedc4afb0 (patch)
tree73872b1dcf9a4aacd109336dbd85a469d6698358 /Makefile
parent987061062fc34fb8212a07842374d16609df7467 (diff)
downloadwallet-core-79f870925b6271ee90f6ec2d5e4a8b9fedc4afb0.tar.gz
wallet-core-79f870925b6271ee90f6ec2d5e4a8b9fedc4afb0.tar.bz2
wallet-core-79f870925b6271ee90f6ec2d5e4a8b9fedc4afb0.zip
fix wrong dependencies in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d2236d01..e2c4e2927 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ po2json = node_modules/po2json/bin/po2json
.PHONY: node_modules pogen lib/i18n-strings.js
-package-stable: tsc i18n
+package-stable: node_modules
$(gulp) package-stable
-package-unstable: tsc i18n
+package-unstable: node_modules
$(gulp) package-unstable
tsc: tsconfig.json node_modules