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