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:
parent
dfaadf3140
commit
17d72e1b78
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -6,3 +6,4 @@ hello_json
|
|||
endpoint
|
||||
wrk
|
||||
mustache
|
||||
endpoint_auth
|
||||
|
|
Loading…
Add table
Reference in a new issue