brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · 1c42301 Raw
10 lines · plain
1CXX_SOURCES := relative.cpp2 3EXE := CompDirSymLink4 5include Makefile.rules6 7# Force relative filenames by copying it into the build directory.8relative.cpp: main.cpp9	cp -f $< $@10