From a9f86a01dea1623e3aac49c7fc648d8dac44c075 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 29 Apr 2026 16:27:32 +1000 Subject: [PATCH] Honour CC in test Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index b766188..99ae68c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc CFLAGS += -std=gnu99 -Wall -DFAKE_STAT -Werror -Wextra $(FAKETIME_COMPILE_CFLAGS) -U_FILE_OFFSET_BITS -U_TIME_BITS LDFLAGS += -lrt -lpthread