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