summaryrefslogtreecommitdiff
path: root/taler-build/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-18 16:52:16 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-18 16:52:16 +0200
commit22c5f7d5597736c716177453e8e33f191de04b62 (patch)
tree80579219b1372d6f07f7bd9c97f58c7f4bffca8f /taler-build/Makefile
parent5d32413e0708d825c927cbe2356a86ea3c7b9578 (diff)
downloaddeployment-22c5f7d5597736c716177453e8e33f191de04b62.tar.gz
deployment-22c5f7d5597736c716177453e8e33f191de04b62.tar.bz2
deployment-22c5f7d5597736c716177453e8e33f191de04b62.zip
typo
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r--taler-build/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 9c13867..a01b578 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -2,19 +2,19 @@
all: exchange-stamp bank-stamp merchant-stamp
exchange-stamp: gnunet-stamp
- ~/deplyoment/update_exchange.sh
+ ~/deployment/update_exchange.sh
touch $@
gnunet-stamp:
- ~/deplyoment/update_exchange.sh
+ ~/deployment/update_exchange.sh
touch $@
bank-stamp: exchange-stamp
- ~/deplyoment/update_bank.sh
+ ~/deployment/update_bank.sh
touch $@
merchant-stamp: exchange-stamp
- ~/deplyoment/update_bank.sh
+ ~/deployment/update_bank.sh
touch $@