7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
ifdef STATIC
|
|
STATIC_BUILD ?= -static
|
|
endif
|
|
|
|
# For interactive completion in the shell.
|
|
STATIC ?=
|