From 87f2c8ab513338e084ada011066becadd7cabd8c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 20 Mar 2018 15:41:53 +0100 Subject: help.git enters the build system. --- taler-build/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'taler-build/Makefile') 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 -- cgit v1.2.3