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