summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-10-06 11:41:19 +0200
committerRafael Marçalo <raroma09@gmail.com>2023-10-06 18:05:38 +0100
commit298429871edbec629ab97789a24a2cd9f33184e7 (patch)
treec9bf09bb2dbeea3f91e9a893ca9223b173b12f3b
parentc21a28ffebbf683f0c3867adb43fe39927f5f5b7 (diff)
config.mk: no need to set CC
-rw-r--r--config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 1e1ca45..514c236 100644
--- a/config.mk
+++ b/config.mk
@@ -27,6 +27,3 @@ COMPATSRC = explicit_bzero.c
#CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_NETBSD_SOURCE
# On OpenBSD set COMPATSRC to empty
#COMPATSRC =
-
-# compiler and linker
-CC = cc