commit a740335dd52552f22804c99d2d59c07c6c1895b0 parent 0531108531a30dab93004058115e195dca0497c6 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 17 Mar 2016 20:38:01 +0100 vendor JED Diffstat:
| M | Makefile | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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)