Browse Source

Makefile: add "uninstall" because why not

pull/10/head
Kevin Ernst 4 years ago
parent
commit
62742d1fa3
  1. 4
      Makefile

4
Makefile

@ -20,6 +20,10 @@ install: all symlinks.8
$(INSTALL) -d $(MANDIR)
$(INSTALL) -m 644 symlinks.8 $(MANDIR)
uninstall:
-rm -i $(BINDIR)/symlinks
-rm -i $(MANDIR)/symlinks.8
.PHONY: clean
clean:
rm -f symlinks *.o core
Loading…
Cancel
Save