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