diff --git a/config.mk b/config.mk index 5dacc6c..0929b4a 100644 --- a/config.mk +++ b/config.mk @@ -28,4 +28,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS) # compiler and linker -CC = clang +CC = cc