aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-01 16:36:32 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-01 16:36:32 -0400
commitfbede68bc716cc566d6d3bbe7277fde56730e5cc (patch)
tree94de8f185bc92656c561fb4395d74211ecbf335d /Makefile
parent422606bb693ed02cd662b1426d00622416c15ef4 (diff)
downloadbw-atari8-tools-fbede68bc716cc566d6d3bbe7277fde56730e5cc.tar.gz
Makefile: clean target: remove all man pages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d8f460..9baa7a7 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ distclean: clean
rm -rf *.syms *.atr 1 2 3 *.xex *.rom *.atasm *.m65 atrcheck cart2rom
realclean: distclean
- rm -f *.bin *_bin.[ch] *_offsets.h *.1
+ rm -f *.bin *_bin.[ch] *_offsets.h $(MANS) $(MAN5S) $(MAN7S)
install: all
mkdir -p $(DESTDIR)/$(BINDIR) $(DESTDIR)/$(MAN1DIR) $(DESTDIR)/$(MAN5DIR) $(DESTDIR)/$(DOCDIR)