summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-24 13:28:17 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-24 13:28:17 +0900
commit810c4c924d077bfbba3f8a867ceb4c118f1ce029 (patch)
tree977a157aa5cdb7c47ef32058c168e77dd51786e3 /Makefile
parenta72a3068762b295a464ab1ac6e612b83d768c08b (diff)
Makefile: pre-commit hook should all dependent
It should be all dependent, not all method Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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