mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Add tests (#3)
This commit is contained in:
parent
2fdb55f261
commit
2bc52976c2
11 changed files with 95 additions and 12 deletions
10
Makefile
10
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue