about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 43aa85a..6c0501d 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,6 @@ NAME = libumumble
 SNAME = $(NAME).a
 DNAME = $(NAME).so
 
-CC = gcc
 CFLAGS = -W -Wall -Wvla -std=gnu99 -g -fPIC
 CFLAGS += $(shell pkg-config --cflags libuv)
 LDLIBS = $(shell pkg-config --libs libuv)