fixed makefile

This commit is contained in:
James Tomasino 2019-04-18 16:09:45 -04:00
parent c55f3cab10
commit 0d8fb0368e
1 changed files with 0 additions and 2 deletions

View File

@ -9,13 +9,11 @@ install:
@echo Installing the manual page to $(MANDIR)/man1 @echo Installing the manual page to $(MANDIR)/man1
@mkdir -p $(MANDIR) @mkdir -p $(MANDIR)
@install -m 644 lssh.1 $(MANDIR) @install -m 644 lssh.1 $(MANDIR)
endif
uninstall: uninstall:
@echo Removing the executable from $(BINDIR) @echo Removing the executable from $(BINDIR)
@rm -f $(BINDIR)/lssh @rm -f $(BINDIR)/lssh
@echo Removing the manual page from $(MANDIR)/man1 @echo Removing the manual page from $(MANDIR)/man1
@rm -f $(BINDIR)/man1/lssh.1 @rm -f $(BINDIR)/man1/lssh.1
endif
.PHONY: install uninstall .PHONY: install uninstall