C_CPP/01_ENV/build-c.sh

3 lines
68 B
Bash
Executable File

clang-6.0 -c func1.c main.c
clang-6.0 -o test.out -s func1.o main.o