summaryrefslogtreecommitdiff
path: root/taler-build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r--taler-build/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 954e4b2..de8aaee 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,29 +1,29 @@
all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp
exchange-stamp: gnunet-stamp
- ~/deployment/taler-build/update_exchange.sh
+ ./update_exchange.sh
touch $@
gnunet-stamp: libmicrohttpd-stamp libgnurl-stamp
- ~/deployment/taler-build/update_gnunet.sh
+ ./update_gnunet.sh
touch $@
bank-stamp: exchange-stamp
- ~/deployment/taler-build/update_bank.sh
+ ./update_bank.sh
touch $@
merchant-stamp: exchange-stamp
- ~/deployment/taler-build/update_merchant.sh
+ ./update_merchant.sh
touch $@
libmicrohttpd-stamp:
- ~/deployment/taler-build/update_libmicrohttpd.sh
+ ./update_libmicrohttpd.sh
touch $@
libgnurl-stamp:
- ~/deployment/taler-build/update_libgnurl.sh
+ ./update_libgnurl.sh
touch $@
merchant-frontends-stamp:
- ~/deployment/taler-build/update_merchant_frontends.sh
+ ./update_merchant_frontends.sh
touch $@