From ce6e5ec9a87aa9e397bbca267301d545fdd912c8 Mon Sep 17 00:00:00 2001 From: Matthias Cramer Date: Tue, 26 Aug 2025 13:47:14 +0200 Subject: [PATCH] clean gzipped man --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d930003..8e702c7 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ man: # Clean up object files and executable clean: - rm -f -f $(OBJS) $(TARGET) + rm -f -f $(OBJS) $(TARGET) pcapmirror.8.gz # Install the executable install: $(TARGET)