From 31692a9f1332f082443e038c23cb298c7ed56035 Mon Sep 17 00:00:00 2001 From: Kied Llaentenn <32681240+Kiedtl@users.noreply.github.com> Date: Fri, 13 Dec 2019 10:01:20 -0500 Subject: [PATCH] makefile: use gcc --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 898d1ab..a92d399 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ WARNING = -Wall -Wextra -pedantic -Wmissing-prototypes \ INC = -Isub/termbox_next/src -Isub/ccommon/ -CC = clang +CC = gcc CFLAGS = -std=c99 -O3 $(WARNING) $(INC) LDFLAGS = -fuse-ld=lld