summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-17 20:38:01 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-17 20:38:01 +0100
commita740335dd52552f22804c99d2d59c07c6c1895b0 (patch)
treefd5780b94bc56840d42a622fac20a91a3ff8d7d8 /Makefile
parent0531108531a30dab93004058115e195dca0497c6 (diff)
downloadwallet-core-a740335dd52552f22804c99d2d59c07c6c1895b0.tar.gz
wallet-core-a740335dd52552f22804c99d2d59c07c6c1895b0.tar.bz2
wallet-core-a740335dd52552f22804c99d2d59c07c6c1895b0.zip
vendor JED
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2b9eaf469..b13b51ea6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,7 @@ tsc: tsconfig.json node_modules
tsconfig.json: gulpfile.js node_modules
$(gulp) tsconfig
-lib/vendor/jed.js: node_modules
- test -e lib/vendor/jed.js || ln -s ../../node_modules/jed/jed.js lib/vendor/
-
-i18n: pogen lib/i18n-strings.js lib/vendor/jed.js
+i18n: pogen lib/i18n-strings.js
pogen/pogen.js: pogen/pogen.ts pogen/tsconfig.json node_modules
cd pogen; ../$(tsc)