[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / source-manager / Makefile
bloba78dc11e07134bb8827be3984d9311e85c7a6957
1 C_SOURCES := main-copy.c
3 include Makefile.rules
5 # Copy file into the build folder to enable the test to modify it.
6 main-copy.c: main.c
7 cp -f $< $@
10 clean::
11 $(RM) main-copy.c