Adding the display object to the dependencies.
This commit is contained in:
parent
8960ae7f84
commit
e7763f86c2
2
makefile
2
makefile
@ -4,7 +4,7 @@ SRC = ${SRC_DIR}/tty-solitaire.c
|
||||
CFLAGS = -W -Wall -pedantic -ansi -std=c99
|
||||
OUTPUT = bin/tty-solitaire
|
||||
LIB_DIR = lib
|
||||
OBJECTS = ${LIB_DIR}/card.o ${LIB_DIR}/frame.o
|
||||
OBJECTS = ${LIB_DIR}/frame.o ${LIB_DIR}/card.o ${LIB_DIR}/display.o
|
||||
LDFLAGS = -lncurses
|
||||
|
||||
tty-solitaire: ${OBJECTS}
|
||||
|
Loading…
Reference in New Issue
Block a user