From b1be4de9c4bf7fdfa40f6afdd6864818c0a93859 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 18:33:26 +0200 Subject: Improve makefile + m whitespace fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 016beb1..bad3f79 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,9 @@ -PREFIX = /usr/local -MANPREFIX = $(PREFIX)/share/man +PREFIX = /usr +MANPREFIX = $(PREFIX)/share/man +LIBEXECDIR = $(PREFIX)/libexec/orphan-reaper -LIBEXECDIR = $(PREFIX)/lib/orphan-reaper +CC = cc -CFLAGS = -std=c99 -Wall -Wextra -O2 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CFLAGS = -std=c99 -Wall -O2 LDFLAGS = -s -- cgit v1.2.3-70-g09d2