optimize source directory

Signed-off-by: AaronKonishi <konishi5202@163.com>
master V0.2
AaronKonishi 2019-05-06 18:54:46 +08:00
parent 73630bfb8e
commit fcdcd2b4fe
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
all: mt_timer.c test.c
gcc test.c mt_timer.c -pthread -o timer -Wall
clean:
rm timer

6
examples/Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
gcc example.c ../source/mt_timer.c -I../source -pthread -o timer -Wall
clean:
rm timer