Build - Changed output directory

This commit is contained in:
Emmanuel BENOîT 2017-11-22 08:53:31 +01:00
parent 0b33acc92a
commit 5027d91782
4 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ DEBUG = n
OPTIMIZE = y
BUILD_TESTS = n
OUTDIR = ../output/ebcl
OUTDIR = ../build/ebcl
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
export OUTDIR