commit f5501271a4872c084ebada1cce777d0052626472
parent ea799ef5a91440ddc4b303f05841ddea4c6afd09
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 13 Sep 2019 21:16:55 +0200
Build scripts..
..for workers that do NOT need to get all the Taler
codebase compiled, just to use one command installed
by the exchange / gnunet.
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/build-auditorreporter b/build-auditorreporter
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd $HOME/stamps
+make exchange-stamp
diff --git a/build-reservetopper b/build-reservetopper
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd $HOME/stamps
+make gnunet-stamp
+make exchange-stamp