From 5b4d8c5cba73d962039b50b994e9f859a933de71 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 29 Aug 2021 11:17:34 +0200 Subject: m config.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 8e30424..f541cc5 100644 --- a/config.mk +++ b/config.mk @@ -1,9 +1,11 @@ VERSION_MAJOR = 2 -VERSION_MINOR = 2 +VERSION_MINOR = 3 -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CFLAGS = -std=c11 -Wall -pedantic -O2 +CC = cc + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE +CFLAGS = -std=c11 -Wall -pedantic -O2 LDFLAGS = -lm -s -- cgit v1.2.3-70-g09d2