man install fix

This commit is contained in:
2025-03-22 16:31:16 +01:00
parent b07369b5b0
commit 269488b60d
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ install: $(TARGET)
# Uninstall the executable
uninstall:
rm -f $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
rm -f $(TARGET).8 $(DESTDIR)$(PREFIX)/share/man/man8/$(TARGET).8
rm -f $(TARGET).8.gz $(DESTDIR)$(PREFIX)/share/man/man8/$(TARGET).8.gz
# Run the executable (example)
run: $(TARGET)