5 lines
95 B
Makefile
5 lines
95 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
LD_EXTRAS := -lpthread
|
|
include $(LEVEL)/Makefile.rules
|