summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 19:21:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 19:21:31 +0100
commitd89dbf720067baaaefc48610dd74a61cf883faeb (patch)
tree6ade1c8bf4122cf99fbf92006d6aaea2a7a79d5e /Makefile
parente4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac (diff)
downloadwww-d89dbf720067baaaefc48610dd74a61cf883faeb.tar.gz
www-d89dbf720067baaaefc48610dd74a61cf883faeb.tar.bz2
www-d89dbf720067baaaefc48610dd74a61cf883faeb.zip
fix tsc invocation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 .