summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-03-11 09:45:05 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-03-11 09:46:59 +0100
commit542e1f13c2ccd3a0032fe0aef81d84c628e6bee4 (patch)
tree4725b2ef0e0c9cb0e7fb1273cb4c4476e333a087 /Makefile
parent1f3dddb35343ef82d009ac06d38ea57ffd44402e (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dccd70..12f486a 100644
--- a/Makefile
+++ b/Makefile
@@ -71,4 +71,4 @@ finds:
clean:
@rm -fr html
@rm -fr *.html
- @rm -fr wiki/Chatlog.wiki
+ @rm -fr wiki/Chat_log.wiki