diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-26 00:45:22 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-26 00:45:22 +0200 |
commit | 063634759824920aedab945f860a28e0d41bdceb (patch) | |
tree | 3412cce06f386376bb2bf0faa3367566558871f4 /taler-build/Makefile | |
parent | be55a77adae9a13bb5db4f0e741fe9950cf686ce (diff) | |
download | deployment-063634759824920aedab945f860a28e0d41bdceb.tar.gz deployment-063634759824920aedab945f860a28e0d41bdceb.tar.bz2 deployment-063634759824920aedab945f860a28e0d41bdceb.zip |
build
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r-- | taler-build/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile index de8aaee..0b4f17c 100644 --- a/taler-build/Makefile +++ b/taler-build/Makefile @@ -1,9 +1,13 @@ -all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp +all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp exchange-stamp: gnunet-stamp ./update_exchange.sh touch $@ +landing-stamp: + ./update_landing.sh + touch $@ + gnunet-stamp: libmicrohttpd-stamp libgnurl-stamp ./update_gnunet.sh touch $@ |