Added the cursor object as a dependency.
This commit is contained in:
parent
a7bcc8e5a7
commit
ebe1be2d55
1
Makefile
1
Makefile
@ -9,6 +9,7 @@ OBJECTS = ${LIB_DIR}/frame.o \
|
|||||||
${LIB_DIR}/stack.o \
|
${LIB_DIR}/stack.o \
|
||||||
${LIB_DIR}/deck.o \
|
${LIB_DIR}/deck.o \
|
||||||
${LIB_DIR}/util.o \
|
${LIB_DIR}/util.o \
|
||||||
|
${LIB_DIR}/cursor.o \
|
||||||
${LIB_DIR}/keyboard.o \
|
${LIB_DIR}/keyboard.o \
|
||||||
${LIB_DIR}/display.o \
|
${LIB_DIR}/display.o \
|
||||||
${LIB_DIR}/game.o
|
${LIB_DIR}/game.o
|
||||||
|
Loading…
Reference in New Issue
Block a user