mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/sh
|
|
gcc -c initarray.c -o initarray.o.elf
|
|
gcc initarray.c -o initarray.elf
|