From 810c4c924d077bfbba3f8a867ceb4c118f1ce029 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 24 Dec 2019 13:28:17 +0900 Subject: Makefile: pre-commit hook should all dependent It should be all dependent, not all method Signed-off-by: Kuninori Morimoto --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b46e9f0..cebd296 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ MEMBER = BSP Geert Jacopo Kaneko Kieran Laurent Magnus Marek Morimoto Niklas Shi STATUS = New Active Blocked Paused Done Abandoned NOPARAM = menu subindex body index -all: wiki/Chat_log.wiki - @make -s .git/hooks/pre-commit +all: wiki/Chat_log.wiki .git/hooks/pre-commit @make -s ${HTMLDIR} ${WIKIDIR} @make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop @make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop -- cgit v1.2.3