Set default prefix to /local

This commit is contained in:
Juhani Krekelä 2022-07-28 01:46:29 +03:00
parent ce1ed409fa
commit c899e6a5fd
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
PREFIX ?= /local
EXEC_PREFIX ?= $(PREFIX)
BINDIR ?= $(EXEC_PREFIX)/bin