diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -4,12 +4,12 @@ MANDIR ?= $(PREFIX)/share/man/man1 | |||
| 4 | 4 | ||
| 5 | install: | 5 | install: |
| 6 | @echo "Installing whiterabbit..." | 6 | @echo "Installing whiterabbit..." |
| 7 | install -Dm755 whiterabbit.sh $(BINDIR)/whiterabbit | 7 | install -Dm755 wh.sh $(BINDIR)/wh |
| 8 | install -Dm644 whiterabbit.1 $(MANDIR)/whiterabbit.1 | 8 | install -Dm644 wh.1 $(MANDIR)/wh.1 |
| 9 | @echo "Installed to $(BINDIR)/whiterabbit and man page to $(MANDIR)/whiterabbit.1" | 9 | @echo "Installed to $(BINDIR)/whand man page to $(MANDIR)/wh.1" |
| 10 | 10 | ||
| 11 | uninstall: | 11 | uninstall: |
| 12 | @echo "Removing whiterabbit..." | 12 | @echo "Removing wh..." |
| 13 | rm -f $(BINDIR)/whiterabbit | 13 | rm -f $(BINDIR)/wh |
| 14 | rm -f $(MANDIR)/whiterabbit.1 | 14 | rm -f $(MANDIR)/wh.1 |
| 15 | @echo "Removed whiterabbit and its man page" | 15 | @echo "Removed wh and its man page" |
