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