tCFLAGS -> RP_CFLAGS - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 163a5a6ce378d0afb745090f0094b63340f1fee2
 (DIR) parent 9fab2d44e04a69d5f8c98510097781e411939f2c
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  7 Jun 2020 12:26:57 +0200
       
       CFLAGS -> RP_CFLAGS
       
       Thanks Evil_Bob!
       
       Diffstat:
         Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -32,7 +32,7 @@ OBJ = ${SRC:.c=.o}
        all: ${NAME}
        
        .c.o:
       -        ${CC} -c ${CFLAGS} $<
       +        ${CC} -c ${RP_CFLAGS} $<
        
        ${OBJ}: