slock

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 66fc3b5ae01b2daadf63fcd3c48cd5f1424cc739
parent d06ca3a607e4313b495f37a7e27cbe087995fa09
Author: bakkeby <bakkeby@gmail.com>
Date:   Fri,  6 Oct 2023 12:36:54 +0200

config.mk: no need to set CC

ref.
https://git.suckless.org/slock/commit/2fec14c567411b939e717c380d8b4460d462b146.html

Diffstat:
Mconfig.mk | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -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