1CXX_SOURCES := main.cpp 2EXE := StripMe 3MAKE_DSYM := NO 4 5include Makefile.rules 6 7main.o: main.cpp 8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@ 9