config.mk: no need to set CC

ref.
https://git.suckless.org/slock/commit/2fec14c567411b939e717c380d8b4460d462b146.html
This commit is contained in:
bakkeby 2023-10-06 12:36:54 +02:00
parent d06ca3a607
commit 66fc3b5ae0

View File

@ -43,6 +43,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