xref: /llvm-project/lldb/test/API/source-manager/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1C_SOURCES := main-copy.c
2
3include Makefile.rules
4
5# Copy file into the build folder to enable the test to modify it.
6main-copy.c: main.c
7	cp -f $< $@
8