commit 43967202e72aa5c07d142375d53463c4ef09e92e
parent aaaf99f7429a6e4dcf4f6b146928fb8243b23222
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 6 Jul 2022 18:19:01 +0200
improve build
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,8 +1,9 @@
-all: server cli
+all: gana server cli
SCRIPT_TARGET:=$(shell dirname $(shell go list -f '{{.Target}}' ./cmd/taldir-server))
gana:
+ mkdir -p gana
git submodule update --init --recursive
git submodule sync --recursive
cd contrib/gana/gnu-taler-error-codes && make taler_error_codes.go