bnyx/build.sh

9 lines
189 B
Bash
Raw Normal View History

2024-05-11 15:46:53 -05:00
# 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