make: remove dummy uninstall target

The target does nothing, so we might as well remove it.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-03-24 19:20:45 +00:00
parent 560c00c9c2
commit 06f697e3ae

View File

@ -47,4 +47,4 @@ install: all
install -Dm644 $$manfile -t $(DESTDIR)$(PREFIX)/share/man/man$${manfile##*.}; \
done;
.PHONY: all clean install uninstall
.PHONY: all clean install