diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-03-11 09:45:05 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-03-11 09:46:59 +0100 |
commit | 542e1f13c2ccd3a0032fe0aef81d84c628e6bee4 (patch) | |
tree | 4725b2ef0e0c9cb0e7fb1273cb4c4476e333a087 | |
parent | 1f3dddb35343ef82d009ac06d38ea57ffd44402e (diff) |
chatlog: Fix cleaning of wiki/Chat_log.wiki
"wiki/Chat_log.wiki" is not removed during "make clean" due to a typo in
the file name.
Fixes: ffd8575eb1099413 ("chatlog: Auto update for Chat log")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,4 +71,4 @@ finds: clean: @rm -fr html @rm -fr *.html - @rm -fr wiki/Chatlog.wiki + @rm -fr wiki/Chat_log.wiki |