From fbede68bc716cc566d6d3bbe7277fde56730e5cc Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 1 May 2024 16:36:32 -0400 Subject: Makefile: clean target: remove all man pages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3