changeset 86:42fef6046300

make: we actually need a CC because c99 is too limited
author David Demelier <markand@malikania.fr>
date Wed, 11 Mar 2020 19:55:33 +0100
parents 34e91215ec5a
children ebbf35d90088
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 11 19:53:19 2020 +0100
+++ b/Makefile	Wed Mar 11 19:55:33 2020 +0100
@@ -18,6 +18,7 @@
 
 .POSIX:
 
+CC=             cc
 CFLAGS=         -MMD -O0 -std=c11 -Wall -Wextra -g -Wall -Wextra
 # Use this instead to build a release.
 # CFLAGS=         -MMD -O3 -DNDEBUG -std=c11 -Wall -Wextra