1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/build_all.sh
2023-04-18 21:03:28 +02:00

6 lines
148 B
Bash
Executable file

#!/usr/bin/env bash
for i in $(cat targets.txt) ; do
echo "-------------------------------------------"
echo $i $*
zig build $i $*
done