Makefile: add instructions for linking - gramscii - A simple editor for ASCII box-and-arrow charts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5157bd6a0b2dcda08143fd725e1c04dadc315bdc
 (DIR) parent a2720eb028c1ad2c43b529cf9633adb5b034be79
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 14 Oct 2020 08:50:33 +0200
       
       Makefile: add instructions for linking
       
       otherwise objects are not linked into gramscii binary
       
       Diffstat:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -19,6 +19,7 @@ options:
                @echo "-+-+-+-+-+-+-+-+-+-+-" 
        
        gramscii: ${OBJ}
       +        ${CC} ${LDFLAGS} -o gramscii ${OBJ}
        
        ${OBJ}: ${INC}