diff --git a/build_all.sh b/build_all.sh new file mode 100755 index 0000000..03d3fff --- /dev/null +++ b/build_all.sh @@ -0,0 +1,6 @@ +#!/bin/bash +for i in $(cat targets.txt) ; do + echo "-------------------------------------------" + echo $i + zig build $i +done diff --git a/targets.txt b/targets.txt new file mode 100644 index 0000000..0e3b52b --- /dev/null +++ b/targets.txt @@ -0,0 +1,7 @@ +hello +hello2 +routes +serve +hello_json +endpoint +wrk