github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/full_build/build.sh (about)

     1  gcc -Wall -O2 -c hello.c -o hello.o
     2  gcc -Wall -O2 -c other.c -o other.o
     3  gcc -Wall -O2 hello.o other.o -o hello