C_CPP/01_ENV/build-c.sh

3 lines
68 B
Bash
Raw Normal View History

2018-03-12 15:20:16 +01:00
clang-6.0 -c func1.c main.c
clang-6.0 -o test.out -s func1.o main.o