Removed noob debugging.

This commit is contained in:
Murilo Pereira
2011-02-11 23:58:01 -02:00
parent e8cf7b92a0
commit ddeb3d335f
8 changed files with 0 additions and 137 deletions

View File

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