1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

updated build_all.sh

This commit is contained in:
Rene Schallner 2023-04-18 21:03:28 +02:00
parent dfaadf3140
commit 17d72e1b78
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -6,3 +6,4 @@ hello_json
endpoint
wrk
mustache
endpoint_auth