mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
BIN ?= navi
|
||
|
PREFIX ?= /usr/local
|
||
|
|
||
|
install:
|
||
|
scripts/symlink
|
||
|
|
||
|
uninstall:
|
||
|
rm -f $(PREFIX)/bin/$(BIN)
|