Skip to content

Commit 06b82ae

Browse files
author
Maxim Egorushkin
committed
Restore Makefile executable name targets.
1 parent 00f967f commit 06b82ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ all : ${exes:%=${build_dir}/%}
120120
define EXE_TARGET
121121
${build_dir}/${1} : $(patsubst %.cc,${build_dir}/%.o,${${1}_src})
122122
-include $(patsubst %.cc,${build_dir}/%.d,${${1}_src})
123+
${1} : ${build_dir}/${1}
124+
.PHONY : ${1}
123125
endef
124126
$(foreach exe,${exes},$(eval $(call EXE_TARGET,${exe})))
125127

0 commit comments

Comments
 (0)