C_CPP/01_ENV/build-c.sh

4 lines
70 B
Bash
Executable File

bash clean.sh
clang-6.0 -c func1.c main.c
clang-6.0 -s func1.o main.o