build test

This commit is contained in:
Johannes Theiner 2018-03-12 22:51:08 +01:00
parent b3b669d178
commit 100f5b826f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
bash clean.sh
clang-6.0 -c func1.c main.c -v
clang-6.0 -s func1.o main.o -v
clang-6.0 -c func1.c main.c -B /usr/include/ -lm
clang-6.0 -s func1.o main.o

View File

@ -1,5 +1,5 @@
#include <stdio.h>
#include "math.h"
#include <math.h>
#define func1