Removed noob debugging.
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,7 +4,6 @@ LDFLAGS = -lncursesw
|
||||
|
||||
EXECUTABLE = bin/ttysolitaire
|
||||
LIB_DIR = lib
|
||||
DEBUG_DIR = debug
|
||||
SRC = ${LIB_DIR}/ttysolitaire.c
|
||||
LIB_OBJECTS = ${LIB_DIR}/frame.o \
|
||||
${LIB_DIR}/card.o \
|
||||
@@ -15,9 +14,6 @@ LIB_OBJECTS = ${LIB_DIR}/frame.o \
|
||||
${LIB_DIR}/keyboard.o \
|
||||
${LIB_DIR}/display.o \
|
||||
${LIB_DIR}/game.o \
|
||||
${DEBUG_DIR}/card_debug.o \
|
||||
${DEBUG_DIR}/stack_debug.o \
|
||||
${DEBUG_DIR}/deck_debug.o \
|
||||
|
||||
TEST_EXECUTABLE = bin/ttysolitaire_test
|
||||
TEST_DIR = test
|
||||
|
||||
Reference in New Issue
Block a user