aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb6d964..aa3896e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# clectio -- tiny, fast, suckless daily readings
# Configure by editing config.h (copied from config.def.h on first build).
-CC = cc
+CC ?= cc
CFLAGS = -std=c99 -Os -Wall -Wextra
LDFLAGS = -s
PREFIX = /usr/local