Fix: uninstall does not remove man page

This commit is contained in:
Nikita Ivanov 2022-06-21 20:06:46 +05:00
parent c66ca5c506
commit b8310d32bf
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -32,7 +32,7 @@ install.man: doc/ctpv.1
install -m 0644 $^ $(MANPREFIX)
uninstall:
$(RM) $(BINPREFIX)/ctpv $(BINPREFIX)/ctpvclear
$(RM) $(BINPREFIX)/ctpv $(BINPREFIX)/ctpvclear $(MANPREFIX)/ctpv.1
clean:
$(RM) ctpv $(OBJ) $(DEP) $(GEN)