rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit fa9d2ab0b6f5db69a07db2321ae6783a350d4db6
parent 527084ca5feaeeec3ccb0d74b3d08587f0269b50
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 21 Mar 2018 13:23:41 +0100

Remove POSIX: target from Makefile.

Diffstat:
MMakefile | 1-
Mconfig.mk | 2--
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,5 @@ # rp - simple email tools # See LICENSE file for copyright and license details. -.POSIX: include config.mk diff --git a/config.mk b/config.mk @@ -8,7 +8,5 @@ MANPREFIX = $(PREFIX)/share/man CFLAGS = -O2 -Wall -pedantic -std=gnu99 LDFLAGS = -static -g -lssl -lcrypto -CC = gcc - .c.o: $(CC) $(CFLAGS) -c $<