From 17d72e1b784e4cdfe81633ab87d5bb0f8680e492 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Tue, 18 Apr 2023 21:03:28 +0200 Subject: [PATCH] updated build_all.sh --- build_all.sh | 4 ++-- targets.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build_all.sh b/build_all.sh index 103b7cc..9159374 100755 --- a/build_all.sh +++ b/build_all.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash for i in $(cat targets.txt) ; do echo "-------------------------------------------" - echo $i - zig build $i + echo $i $* + zig build $i $* done diff --git a/targets.txt b/targets.txt index e134aac..4b27699 100644 --- a/targets.txt +++ b/targets.txt @@ -6,3 +6,4 @@ hello_json endpoint wrk mustache +endpoint_auth