diff --git a/config.mk b/config.mk index 566348b..8be5ade 100644 --- a/config.mk +++ b/config.mk @@ -29,4 +29,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS) # compiler and linker -CC = cc +CC = gcc