optimize source directory
Signed-off-by: AaronKonishi <konishi5202@163.com>master V0.2
parent
73630bfb8e
commit
fcdcd2b4fe
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
||||||
|
|
||||||
all: mt_timer.c test.c
|
|
||||||
gcc test.c mt_timer.c -pthread -o timer -Wall
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm timer
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
all:
|
||||||
|
gcc example.c ../source/mt_timer.c -I../source -pthread -o timer -Wall
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm timer
|
||||||
Loading…
Reference in New Issue