From 5157bd6a0b2dcda08143fd725e1c04dadc315bdc Mon Sep 17 00:00:00 2001 From: Anders Damsgaard Date: Wed, 14 Oct 2020 08:50:33 +0200 Subject: Makefile: add instructions for linking otherwise objects are not linked into gramscii binary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9020948..b4ed4cb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" gramscii: ${OBJ} + ${CC} ${LDFLAGS} -o gramscii ${OBJ} ${OBJ}: ${INC} -- cgit v1.2.3