From b1e97367d1e5c4d8cc39837e14127abd52f4213b Mon Sep 17 00:00:00 2001 From: epochryphon Date: Mon, 31 Aug 2026 17:20:26 +0200 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 13ec7ea..6742a41 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,7 @@ init: '_OLD_VIRTUAL_PS1="$$PS1"' \ '' \ '# Base configuration variables (Updated by "env_set VARIABLE value")' \ - 'export CC="cc"' \ + 'export CC="c99"' \ 'export LIBS=""' \ 'export CFLAGS=""' \ 'export DEBUG_FLAGS=""' \