diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-11-05 08:59:46 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-11-05 09:14:44 +0900 |
commit | 3df49e6eb5755a90a8df0d24340d4c69082d52f6 (patch) | |
tree | d08590df799532f8f3a09aa42691404440ebce05 /Makefile | |
parent | efe2979afe26b6f18f1f83fd7396d078da715a28 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |