summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-02-29 18:25:22 +0100
committertg(x) <*@tg-x.net>2016-02-29 18:25:22 +0100
commit448ee63d7f18c537ea9e22c481ac1b3fd863d385 (patch)
tree2c51290ac4ba80b20a7e90d4973991dd580ed460 /Makefile
parent7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf (diff)
downloadwallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.tar.gz
wallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.tar.bz2
wallet-core-448ee63d7f18c537ea9e22c481ac1b3fd863d385.zip
add missing node module dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb8e63bf2..2b9eaf469 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ gulp = node_modules/gulp/bin/gulp.js
tsc = node_modules/typescript/bin/tsc
po2json = node_modules/po2json/bin/po2json
-.PHONY: pogen lib/i18n-strings.js
+.PHONY: node_modules pogen lib/i18n-strings.js
package-stable: tsc i18n
$(gulp) package-stable