Add install target with customizable PREFIX

This commit is contained in:
Solene Rapenne 2020-12-02 18:06:45 +01:00
parent 615079e26c
commit 7575537b6e
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
PREFIX?=/usr/local/
install: vger
install -o root -g wheel vger ${PREFIX}/bin/
all: vger
clean: