7 lines
103 B
Makefile
7 lines
103 B
Makefile
LEVEL = ../../make
|
|
|
|
CFLAGS_EXTRAS := -lpthread
|
|
C_SOURCES := locking.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|