makefile: use gcc

This commit is contained in:
Kied Llaentenn 2019-12-13 10:01:20 -05:00
parent fbd77b944b
commit 31692a9f13

View File

@ -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