Add install target with customizable PREFIX
This commit is contained in:
parent
615079e26c
commit
7575537b6e
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -1,3 +1,8 @@
|
|||
PREFIX?=/usr/local/
|
||||
|
||||
install: vger
|
||||
install -o root -g wheel vger ${PREFIX}/bin/
|
||||
|
||||
all: vger
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue