Added the cursor object as a dependency.

This commit is contained in:
Murilo Soares Pereira 2010-04-20 01:01:39 -03:00
parent a7bcc8e5a7
commit ebe1be2d55

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}/cursor.o \
${LIB_DIR}/keyboard.o \
${LIB_DIR}/display.o \
${LIB_DIR}/game.o