1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-29 20:50:48 +00:00
hosts/Makefile

11 lines
176 B
Makefile
Raw Normal View History

BIN ?= hosts
PREFIX ?= /usr/local
install:
install $(BIN) $(PREFIX)/bin
./$(BIN) completions install
uninstall:
rm -f $(PREFIX)/bin/$(BIN)
./$(BIN) completions uninstall