From cf92368317b4bbceaff1935105ce8790e7e1b610 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 12:58:37 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index eb4100f..ea62250 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,15 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_POSIX_C_SOURCE=199309L -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s + +CLOCK_HEADER_FILE != \ + if test -r /usr/include/bits/time.h; then \ + printf '%s\n' /usr/include/bits/time.h; \ + else \ + printf '%s\n' /usr/include/linux/time.h; \ + fi -- cgit v1.2.3-70-g09d2