taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 40a1d5b856710f5f8337a4e21d0968d3b93137ed
parent 0d3db4052102036c297f9f1676bba19a53692647
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 25 Mar 2019 16:59:01 +0100

fix dependencies

Diffstat:
Mtaler-build/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/Makefile b/taler-build/Makefile @@ -40,7 +40,7 @@ exchange-stamp: gnunet-stamp deployment-stamp bank-stamp ./update_exchange.sh touch $@ -auditor-stamp: deployment-stamp +auditor-stamp: deployment-stamp gnunet-stamp ./update_auditor.sh touch $@