From d89dbf720067baaaefc48610dd74a61cf883faeb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 30 Jan 2017 19:21:31 +0100 Subject: fix tsc invocation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7be6555..8e57f7e3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: locale template - cd web-common && tsc taler-wallet-lib.ts + cd web-common && tsc locale/messages.pot: *.j2 common/*.j2 pybabel extract -F locale/babel.map -o locale/messages.pot . -- cgit v1.2.3