From 063634759824920aedab945f860a28e0d41bdceb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 26 Apr 2016 00:45:22 +0200 Subject: build --- taler-build/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'taler-build/Makefile') 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 $@ -- cgit v1.2.3