rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 163a5a6ce378d0afb745090f0094b63340f1fee2
parent 9fab2d44e04a69d5f8c98510097781e411939f2c
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(-)

diff --git a/Makefile b/Makefile @@ -32,7 +32,7 @@ OBJ = ${SRC:.c=.o} all: ${NAME} .c.o: - ${CC} -c ${CFLAGS} $< + ${CC} -c ${RP_CFLAGS} $< ${OBJ}: