commit 7e199ee04d25833383b1903f8a81e0b97f88daed parent bf23f53b12273cad63fde250a62eec95b64b9431 Author: Laslo Hunhold <dev@frign.de> Date: Mon, 14 Aug 2017 00:06:26 +0200 Don't default to clang Diffstat:M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --dropbox a/config.mk b/config.mk @@ -13,4 +13,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os LDFLAGS = -s # compiler and linker -CC = clang +CC = cc