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