taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 8df221157155758fb352e97f671439db5e2f0fa2
parent 6e09c921448dda9248ed5a5574c74e7482b2e14e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 31 May 2016 18:03:08 +0200

adding Makefile to build ts code in web-common

Diffstat:
AMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,2 @@ +all: + cd web-common && tsc taler-wallet-lib.ts && cd ..