clean gzipped man

This commit is contained in:
2025-08-26 13:47:14 +02:00
parent 66b45a06f2
commit ce6e5ec9a8

View File

@@ -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)