From 5d32413e0708d825c927cbe2356a86ea3c7b9578 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 18 Apr 2016 16:50:38 +0200 Subject: concept for buildbot rebuild scripts --- taler-build/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 taler-build/Makefile (limited to 'taler-build/Makefile') diff --git a/taler-build/Makefile b/taler-build/Makefile new file mode 100644 index 0000000..9c13867 --- /dev/null +++ b/taler-build/Makefile @@ -0,0 +1,20 @@ + +all: exchange-stamp bank-stamp merchant-stamp + +exchange-stamp: gnunet-stamp + ~/deplyoment/update_exchange.sh + touch $@ + +gnunet-stamp: + ~/deplyoment/update_exchange.sh + touch $@ + +bank-stamp: exchange-stamp + ~/deplyoment/update_bank.sh + touch $@ + + +merchant-stamp: exchange-stamp + ~/deplyoment/update_bank.sh + touch $@ + -- cgit v1.2.3