mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
BIN ?= navi
|
|
PREFIX ?= /usr/local
|
|
|
|
install:
|
|
scripts/symlink
|
|
|
|
uninstall:
|
|
rm -f $(PREFIX)/bin/$(BIN)
|