added v2 branch
This commit is contained in:
parent
472400d7e1
commit
c23c4ff458
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ LDLIBS=""
|
||||||
TARGET="a.out"
|
TARGET="a.out"
|
||||||
SRCDIR="src"
|
SRCDIR="src"
|
||||||
OBJDIR="obj"
|
OBJDIR="obj"
|
||||||
|
BUILDDIR="build"
|
||||||
|
RELEASEDIR="${BUILDDIR}/release"
|
||||||
|
DEBUGDIR="${BUILDDIR}/debug"
|
||||||
MAKEFILE=".makefile"
|
MAKEFILE=".makefile"
|
||||||
|
|
||||||
PKG_CONFIG_LIBS=""
|
PKG_CONFIG_LIBS=""
|
||||||
|
|
Loading…
Reference in a new issue