diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-20 15:41:53 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-20 15:41:53 +0100 |
commit | 87f2c8ab513338e084ada011066becadd7cabd8c (patch) | |
tree | 9b80d3323f6abf26a5c1cd1c5a57e99b5b92c5aa /taler-build/Makefile | |
parent | 1a0cfb7a82b1f65ec62bbc894c911a1c0312cfb5 (diff) | |
download | deployment-87f2c8ab513338e084ada011066becadd7cabd8c.tar.gz deployment-87f2c8ab513338e084ada011066becadd7cabd8c.tar.bz2 deployment-87f2c8ab513338e084ada011066becadd7cabd8c.zip |
help.git enters the build system.
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r-- | taler-build/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile index 9cb2ea8..3f9c027 100644 --- a/taler-build/Makefile +++ b/taler-build/Makefile @@ -11,6 +11,7 @@ all: merchant-stamp all: playground-stamp all: survey-stamp all: twister-stamp +all: help-stamp deployment-stamp: ./update_deployment.sh @@ -73,6 +74,9 @@ playground-stamp: deployment-stamp ./update_playground.sh touch $@ +help-stamp: + touch $@ + lcov: gnunet-stamp deployment-stamp merchant-stamp exchange-stamp export PATH=${HOME}/local/bin:${PATH} ./update_exchange.sh --coverage |