Files
outflanknl-nix_bof_template/examples/helloworld/build.sh
T
2026-03-04 02:25:14 +00:00

5 lines
66 B
Bash

#!/bin/sh
ARCH=$(uname -m)
gcc -c -FPIC hello.c -o hello.$ARCH.o