xref: /llvm-project/lldb/test/API/commands/settings/use_source_cache/Makefile (revision 5942be03eadc8abd320e3dad1abcc4e87ce4171a)
1CXX_SOURCES := main-copy.cpp
2
3include Makefile.rules
4
5
6# Copy file into the build folder to enable the test to modify it.
7main-copy.cpp: main.cpp
8	cp -f $< $@
9	chmod u+w $@
10