CXX_SOURCES := main-copy.cpp
CXXFLAGS_EXTRAS := -O0 -g
include Makefile.rules

main-copy.cpp: main.cpp
	cp -f $< $@
