about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-07-19 18:48:04 +0200
committerbptato <nincsnevem662@gmail.com>2024-07-19 18:48:04 +0200
commited2eb7541a26b346348c0dd0c7bf69af67bf59b8 (patch)
tree25d2ff7c97b9700802645cbf2f5d861c3e00e1ab /Makefile
parent0d08ee8959d126d652fc42e9af63dbc8cc1d93ba (diff)
downloadchawan-ed2eb7541a26b346348c0dd0c7bf69af67bf59b8.tar.gz
Makefile: add distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0297dca..4e4ea984 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,10 @@ doc/cha-%.5: $(OBJDIR)/man/cha-%.md
 clean:
 	rm -rf "$(OBJDIR)/$(TARGET)"
 
+.PHONY: distclean
+distclean: clean
+	rm -rf "$(OUTDIR)"
+
 manpages1 = cha.1 mancha.1
 manpages5 = cha-config.5 cha-mailcap.5 cha-mime.types.5 cha-localcgi.5 \
 	cha-urimethodmap.5 cha-protocols.5 cha-api.5