1 LEVEL = ../../../make 2 3 CXX_SOURCES := main.cpp 4 CFLAGS := -g -O0 5 6 clean: OBJECTS+=$(wildcard main.d.*) 7 8 include $(LEVEL)/Makefile.rules 9