mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +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)
|