mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
5 lines
154 B
Makefile
5 lines
154 B
Makefile
all-local:
|
|
mkdir -p $(inplacedir)
|
|
-rm -f $(addprefix $(inplacedir)/,$(val_PROGRAMS))
|
|
ln -f -s $(addprefix ../$(subdir)/,$(val_PROGRAMS)) $(inplacedir)
|