build test
This commit is contained in:
parent
b3b669d178
commit
100f5b826f
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
bash clean.sh
|
bash clean.sh
|
||||||
clang-6.0 -c func1.c main.c -v
|
clang-6.0 -c func1.c main.c -B /usr/include/ -lm
|
||||||
clang-6.0 -s func1.o main.o -v
|
clang-6.0 -s func1.o main.o
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
|
|
||||||
#define func1
|
#define func1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue