Added new object dependencies and titleized the makefile.

This commit is contained in:
Murilo Soares Pereira 2010-04-12 23:14:39 -03:00
parent 9da78ff96c
commit 9459fc8242

View File

@ -8,7 +8,9 @@ OBJECTS = ${LIB_DIR}/frame.o \
${LIB_DIR}/card.o \
${LIB_DIR}/stack.o \
${LIB_DIR}/deck.o \
${LIB_DIR}/display.o
${LIB_DIR}/util.o \
${LIB_DIR}/display.o \
${LIB_DIR}/game.o
LDFLAGS = -lncurses
tty-solitaire: ${OBJECTS}