Add tests (#3)

This commit is contained in:
Denis Isidoro 2019-09-20 18:44:51 -03:00 committed by GitHub
parent 2fdb55f261
commit 2bc52976c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 95 additions and 12 deletions

View file

@ -1,8 +1,8 @@
BIN ?= navi
PREFIX ?= /usr/local
install:
scripts/symlink
scripts/install
uninstall:
rm -f $(PREFIX)/bin/$(BIN)
scripts/uninstall
release:
scripts/release