summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 18:03:08 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 18:03:08 +0200
commit8df221157155758fb352e97f671439db5e2f0fa2 (patch)
treedada8cb7a03124a3abe54cbd89697bb28c55ef85 /Makefile
parent6e09c921448dda9248ed5a5574c74e7482b2e14e (diff)
downloadwww-8df221157155758fb352e97f671439db5e2f0fa2.tar.gz
www-8df221157155758fb352e97f671439db5e2f0fa2.tar.bz2
www-8df221157155758fb352e97f671439db5e2f0fa2.zip
adding Makefile to build ts code in web-common
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..2d65b448
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+ cd web-common && tsc taler-wallet-lib.ts && cd ..