From ff2050b9e8ec451b613332aa87d357cf08b48108 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:42:13 +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 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0552a4e..7a24eab 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ .POSIX: +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -g +CFLAGS = -g LDFLAGS = - all: hungarian hungarian: hungarian.c @@ -13,5 +14,4 @@ hungarian: hungarian.c clean: -rm -f -- hungarian - .PHONY: all clean -- cgit v1.2.3-70-g09d2