docs: update

This commit is contained in:
Dylan Araps 2019-11-28 18:35:59 +00:00
parent 05ba888125
commit 645c889474
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
PREFIX ?= /usr
all:
@echo Run \'make install\' to install pash \(POSIX sh\).
install:
@install -Dm755 pash $(DESTDIR)$(PREFIX)/bin/pash
uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pash