1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-31 21:40:51 +00:00
hosts/Makefile

9 lines
114 B
Makefile
Raw Normal View History

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