Don't default to clang

This commit is contained in:
Laslo Hunhold 2017-08-14 00:06:26 +02:00
parent bf23f53b12
commit 7e199ee04d

View file

@ -13,4 +13,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os
LDFLAGS = -s
# compiler and linker
CC = clang
CC = cc