blob: 7c6a18b0f24d6e0941cc9a4366742950e2ec811b [file] [log] [blame]
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 $< $@
clean::
rm -rf relative.cpp