makefile: LOC envvar.
This commit is contained in:
parent
679528b432
commit
e909ec3026
6
makefile
6
makefile
@ -2,6 +2,12 @@ all: build-server
|
|||||||
|
|
||||||
Q ?= @
|
Q ?= @
|
||||||
|
|
||||||
|
# By default, the following makefile rules will use the compiled version
|
||||||
|
# of the applications (authd, authc), not the ones from the system
|
||||||
|
# (in /usr/local/bin/ for example).
|
||||||
|
# To avoid that, use: "make <rule> LOC="
|
||||||
|
LOC ?= ./bin/
|
||||||
|
|
||||||
include mk/build.mk
|
include mk/build.mk
|
||||||
include mk/install.mk
|
include mk/install.mk
|
||||||
include mk/setup.mk
|
include mk/setup.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user