taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 79f870925b6271ee90f6ec2d5e4a8b9fedc4afb0
parent 987061062fc34fb8212a07842374d16609df7467
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 18 Mar 2016 15:41:20 +0100

fix wrong dependencies in Makefile

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,10 +9,10 @@ po2json = node_modules/po2json/bin/po2json .PHONY: node_modules pogen lib/i18n-strings.js -package-stable: tsc i18n +package-stable: node_modules $(gulp) package-stable -package-unstable: tsc i18n +package-unstable: node_modules $(gulp) package-unstable tsc: tsconfig.json node_modules