Added the deck object as a dependency.

This commit is contained in:
Murilo Soares Pereira 2010-04-05 01:26:23 -03:00
parent 11323275a1
commit 7e47ca3ccf

View File

@ -7,6 +7,7 @@ LIB_DIR = lib
OBJECTS = ${LIB_DIR}/frame.o \
${LIB_DIR}/card.o \
${LIB_DIR}/stack.o \
${LIB_DIR}/deck.o \
${LIB_DIR}/display.o
LDFLAGS = -lncurses