From dd8c66cc99e31e71ae1cc9fc706f60fbb33c6d65 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 15:09:39 +0100 Subject: makefile: add ".POSIX:" line and use `c99` rather than `cc -std=c99` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b885258..ad92a44 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.POSIX: + CONFIG = config.mk include $(CONFIG) -- cgit v1.2.3-70-g09d2