3 lines
68 B
Bash
3 lines
68 B
Bash
|
clang-6.0 -c func1.c main.c
|
||
|
clang-6.0 -o test.out -s func1.o main.o
|