added v2 branch

This commit is contained in:
Noah Swerhun 2022-07-10 20:54:40 -05:00
parent 472400d7e1
commit c23c4ff458

View file

@ -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=""