2013-01-08 17:29:00 +00:00

6 lines
93 B
Makefile

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