From d6a06e31f186a336ce5cc805fe91c789bbac118e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 7 Jun 2021 12:18:29 +0200 Subject: [PATCH] Use cc as C compiler (cc is a symlink to system default C compiler) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e38bbe..eb3eb28 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -CC=clang +CC=cc + FLAGS=-g -Wall -pedantic -Wextra -Wconversion\ -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts\ -Wdisabled-optimization -Wimplicit -Wimport -Winline\ -- 2.44.0