summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-11-05 08:59:46 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-11-05 09:14:44 +0900
commit3df49e6eb5755a90a8df0d24340d4c69082d52f6 (patch)
treed08590df799532f8f3a09aa42691404440ebce05 /Makefile
parentefe2979afe26b6f18f1f83fd7396d078da715a28 (diff)
Makefile: always update menu
In Makefile, "menu" never updated because it doesn't have depend files. This patch always removes it and update every time. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46bf703..3c2ba57 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ NOPARAM = subindex body index
BSP = bsp41x bsp39x
all: wiki/Chat_log.wiki .git/hooks/pre-commit
- @rm -fr index.html html/index.html
+ @rm -fr index.html html/index.html html/menu.html
@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