Added the keyboard object as a dependency.

This commit is contained in:
Murilo Soares Pereira 2010-04-13 01:05:05 -03:00
parent e65e4e2875
commit 82d9ee9cb4

View File

@ -9,6 +9,7 @@ OBJECTS = ${LIB_DIR}/frame.o \
${LIB_DIR}/stack.o \
${LIB_DIR}/deck.o \
${LIB_DIR}/util.o \
${LIB_DIR}/keyboard.o \
${LIB_DIR}/display.o \
${LIB_DIR}/game.o
LDFLAGS = -lncurses