1 LEVEL = ../../make 2 3 CXX_SOURCES := main.cpp 4 5 clean: OBJECTS+=*.d.* *.d *.o *.pyc *.dSYM 6 7 include $(LEVEL)/Makefile.rules 8