brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · 422ecd0 Raw
8 lines · plain
1C_SOURCES := main-copy.c2 3include Makefile.rules4 5# Copy file into the build folder to enable the test to modify it.6main-copy.c: main.c7	cp -f $< $@8