summaryrefslogtreecommitdiff
path: root/taler-build/Makefile
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 14:48:00 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 14:48:00 +0200
commit57aabe0f631dc8b1e5a97c880cbd64f358c91f76 (patch)
treed14a91379a194d81319443c083f37e9a19d147c3 /taler-build/Makefile
parente468ab04efe900ab906e0673e43f5eed988956b5 (diff)
downloaddeployment-57aabe0f631dc8b1e5a97c880cbd64f358c91f76.tar.gz
deployment-57aabe0f631dc8b1e5a97c880cbd64f358c91f76.tar.bz2
deployment-57aabe0f631dc8b1e5a97c880cbd64f358c91f76.zip
Make exchange depend on twister.
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r--taler-build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 37f0412..b52d588 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -36,7 +36,7 @@ backoffice-stamp:
touch $@
# depends on bank due to bank-lib testcase
-exchange-stamp: gnunet-stamp deployment-stamp bank-stamp
+exchange-stamp: gnunet-stamp deployment-stamp bank-stamp twister-stamp
./update_exchange.sh
touch $@