navi/Makefile

9 lines
100 B
Makefile
Raw Normal View History

2019-09-20 17:01:12 +00:00
BIN ?= navi
PREFIX ?= /usr/local
install:
scripts/symlink
uninstall:
rm -f $(PREFIX)/bin/$(BIN)