diff options
author | Anders Damsgaard <anders@adamsgaard.dk> | 2020-10-14 08:50:33 +0200 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2020-10-14 09:13:52 +0100 |
commit | 5157bd6a0b2dcda08143fd725e1c04dadc315bdc (patch) | |
tree | 3f36eaf10ffd855c99ab9e87c30858ce49242f2c /Makefile | |
parent | a2720eb028c1ad2c43b529cf9633adb5b034be79 (diff) |
Makefile: add instructions for linking
otherwise objects are not linked into gramscii binary
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" gramscii: ${OBJ} + ${CC} ${LDFLAGS} -o gramscii ${OBJ} ${OBJ}: ${INC} |