summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 18:03:47 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 18:03:47 +0200
commit6e002b518dbd08b363dc402224ebd02f0979c00d (patch)
tree0db8701661ca1415010e672657af0f0f0df8aa5a /Makefile
parent57246eef43941301c4ca719f76b7c6b873007b34 (diff)
downloadlanding-6e002b518dbd08b363dc402224ebd02f0979c00d.tar.gz
landing-6e002b518dbd08b363dc402224ebd02f0979c00d.tar.bz2
landing-6e002b518dbd08b363dc402224ebd02f0979c00d.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 0000000..2d65b44
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+ cd web-common && tsc taler-wallet-lib.ts && cd ..