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