amended Makefile - gramscii - A simple editor for ASCII box-and-arrow charts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f68467d70a9f89a6d901302907ee97533f0167d4
 (DIR) parent 8f25f7b9abb68e2efbc732a69f09d795ad79433c
 (HTM) Author: KatolaZ <katolaz@freaknet.org>
       Date:   Fri, 26 Jul 2019 22:14:57 +0100
       
       amended Makefile
       
       Diffstat:
         M Makefile                            |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -17,8 +17,9 @@ options:
                @echo "-+-+-+-+-+-+-+-+-+-+-" 
                
        
       -gramscii: ${INC}
       -
       +gramscii: ${SRC} ${INC}
       +        $(CC) $(CFLAGS) -o gramscii ${SRC}
       +        
        clean:
                @echo cleaning
                @rm -f $(SRC:.c=)