1CXX_SOURCES := main-copy.cpp 2CXXFLAGS_EXTRAS := -O0 -g 3include Makefile.rules 4 5main-copy.cpp: main.cpp 6 cp -f $< $@ 7