mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +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
|
#!/usr/bin/env bash
|
||||||
for i in $(cat targets.txt) ; do
|
for i in $(cat targets.txt) ; do
|
||||||
echo "-------------------------------------------"
|
echo "-------------------------------------------"
|
||||||
echo $i
|
echo $i $*
|
||||||
zig build $i
|
zig build $i $*
|
||||||
done
|
done
|
||||||
|
|
|
@ -6,3 +6,4 @@ hello_json
|
||||||
endpoint
|
endpoint
|
||||||
wrk
|
wrk
|
||||||
mustache
|
mustache
|
||||||
|
endpoint_auth
|
||||||
|
|
Loading…
Add table
Reference in a new issue