summaryrefslogtreecommitdiff
path: root/taler-build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r--taler-build/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 0179d7d..8210cbe 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,4 +1,4 @@
-all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp auditor-stamp
deployment-stamp:
./update_deployment.sh
@@ -8,6 +8,10 @@ exchange-stamp: gnunet-stamp deployment-stamp
./update_exchange.sh
touch $@
+auditor-stamp: deployment-stamp
+ ./update_auditor.sh
+ touch $@
+
landing-stamp: deployment-stamp
./update_landing.sh
touch $@