summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Damsgaard <anders@adamsgaard.dk>2020-10-14 08:50:33 +0200
committerKatolaZ <katolaz@freaknet.org>2020-10-14 09:13:52 +0100
commit5157bd6a0b2dcda08143fd725e1c04dadc315bdc (patch)
tree3f36eaf10ffd855c99ab9e87c30858ce49242f2c
parenta2720eb028c1ad2c43b529cf9633adb5b034be79 (diff)
Makefile: add instructions for linking
otherwise objects are not linked into gramscii binary
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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}