brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 6c1c64f Raw
10 lines · plain
1CXX_SOURCES := main-copy.cpp2 3include Makefile.rules4 5 6# Copy file into the build folder to enable the test to modify it.7main-copy.cpp: main.cpp8	cp -f $< $@9	chmod u+w $@10