bnyx/build.sh

9 lines
189 B
Bash

# why would you use a bs its just one file
echo "trying something DEVIOUS... ma-LICIOUS.."
if zig build-exe src/bnyx.zig; then
echo "success!"
file ./bnyx
else
echo "it failed :("
fi