llvm/lldb/test/API/tools/lldb-dap/instruction-breakpoint/Makefile

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

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