Makefile 179 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 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 $< $@