From 29cf61c65ad88533c350bcc0c920c3726558b7f5 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 13 Mar 2023 12:30:05 +0100 Subject: Change the name of compiler from clang to cc It's the same compiler in my machine, but, I prefer the second name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42da0c1..05e6e6d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # along with libutils. If not, see . # -CC = clang +CC = cc SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} -- cgit v1.2.3