fix makefile

This commit is contained in:
tg(x) 2016-09-26 16:52:42 +02:00
parent f215a3562e
commit c89c90b7fa

View File

@ -8,10 +8,10 @@ po2json = node_modules/po2json/bin/po2json
.PHONY: node_modules pogen i18n/strings.js
package-stable: node_modules
package-stable: tsc i18n
$(gulp) package-stable
package-unstable: node_modules
package-unstable: tsc i18n
$(gulp) package-unstable
tsc: tsconfig.json node_modules