Don't default to clang
This commit is contained in:
parent
bf23f53b12
commit
7e199ee04d
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os
|
||||||
LDFLAGS = -s
|
LDFLAGS = -s
|
||||||
|
|
||||||
# compiler and linker
|
# compiler and linker
|
||||||
CC = clang
|
CC = cc
|
||||||
|
|
Loading…
Reference in a new issue