From 6b975a8a4015211214517cdd42905ae396975a1f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 12:53:48 +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, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1841767..5dfe86f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .POSIX: -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s BIN = yes limit measure @@ -22,3 +22,5 @@ clean: .SUFFIXES: .SUFFIXES: .c .o + +.PHONY: all clean -- cgit v1.2.3-70-g09d2