config.mk: no need to set CC - slock - simple X display locker utility
 (HTM) git clone git://git.suckless.org/slock
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2fec14c567411b939e717c380d8b4460d462b146
 (DIR) parent 5678764412873baa62e1536f0622d6a7cec62181
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  6 Oct 2023 11:41:19 +0200
       
       config.mk: no need to set CC
       
       Diffstat:
         M config.mk                           |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git 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