1LEVEL = ../../make
2
3CFLAGS_EXTRAS := -lpthread
4C_SOURCES := locking.c
5
6include $(LEVEL)/Makefile.rules
7