2013-04-23 21:42:03 +00:00

6 lines
98 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
LD_EXTRAS := -lpthread
include $(LEVEL)/Makefile.rules