This commit is contained in:
Emmanuel BENOîT 2017-11-01 23:34:31 +01:00
parent 6b4bb99469
commit 90abab29a3
4 changed files with 21 additions and 1 deletions

12
ebcl-config Normal file
View file

@ -0,0 +1,12 @@
# vim: syntax=make
BUILD_STATIC_LIB = y
BUILD_DYNAMIC_LIB = n
DEBUG = n
OPTIMIZE = y
BUILD_TESTS = n
OUTDIR = ../output
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
export OUTDIR