From c339ed4def5854b8daa0cbf2733c00d54b672078 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 12 Jan 2024 19:46:57 +0300 Subject: minor FreeBSD compatibility fixes and documentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2fbffa..62c82e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC = cc CFLAGS = -std=c99 -Wall -O2 -g -- cgit v1.2.3