From 3df49e6eb5755a90a8df0d24340d4c69082d52f6 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Fri, 5 Nov 2021 08:59:46 +0900 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3