llvm-project/lldb/test/API/functionalities/breakpoint/comp_dir_symlink/Makefile

10 lines
179 B
Makefile

CXX_SOURCES := relative.cpp
EXE := CompDirSymLink
include Makefile.rules
# Force relative filenames by copying it into the build directory.
relative.cpp: main.cpp
cp -f $< $@