We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f967f commit 06b82aeCopy full SHA for 06b82ae
Makefile
@@ -120,6 +120,8 @@ all : ${exes:%=${build_dir}/%}
120
define EXE_TARGET
121
${build_dir}/${1} : $(patsubst %.cc,${build_dir}/%.o,${${1}_src})
122
-include $(patsubst %.cc,${build_dir}/%.d,${${1}_src})
123
+${1} : ${build_dir}/${1}
124
+.PHONY : ${1}
125
endef
126
$(foreach exe,${exes},$(eval $(call EXE_TARGET,${exe})))
127
0 commit comments