diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-17 20:38:01 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-17 20:38:01 +0100 |
commit | a740335dd52552f22804c99d2d59c07c6c1895b0 (patch) | |
tree | fd5780b94bc56840d42a622fac20a91a3ff8d7d8 /Makefile | |
parent | 0531108531a30dab93004058115e195dca0497c6 (diff) |
vendor JED
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |