taler-deployment

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

commit 87f2c8ab513338e084ada011066becadd7cabd8c
parent 1a0cfb7a82b1f65ec62bbc894c911a1c0312cfb5
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 20 Mar 2018 15:41:53 +0100

help.git enters the build system.

Diffstat:
Mtaler-build/Makefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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