summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 09d6969..de3575e 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ EXE := $(BINDIR)$(PROGRAM)
C_FILES := $(wildcard *.c) $(wildcard */*.c)
OBJS := $(patsubst src/%.c, obj/%.o, $(C_FILES))
-CC := cc
+CC := gcc
CFLAGS := -Wall -pedantic
LDFLAGS :=