Emmanuel BENOîT
e2a2535dc2
The build configuration Vim uses when building needed to be updated so it would define OUTDIRBASE instead of OUTDIR.
12 lines
211 B
Makefile
12 lines
211 B
Makefile
# vim: syntax=make
|
|
|
|
BUILD_STATIC_LIB = n
|
|
BUILD_DYNAMIC_LIB = y
|
|
DEBUG = y
|
|
OPTIMIZE = n
|
|
BUILD_TESTS = y
|
|
|
|
OUTDIRBASE = output
|
|
|
|
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
|
|
export OUTDIRBASE
|