1 LEVEL = ../../../make 2 3 C_SOURCES := main.c 4 5 CFLAGS_EXTRAS += -fomit-frame-pointer 6 7 include $(LEVEL)/Makefile.rules 8