diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-10-06 11:41:19 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-10-06 11:41:19 +0200 |
commit | 2fec14c567411b939e717c380d8b4460d462b146 (patch) | |
tree | c9bf09bb2dbeea3f91e9a893ca9223b173b12f3b /config.mk | |
parent | 5678764412873baa62e1536f0622d6a7cec62181 (diff) | |
download | slock-2fec14c567411b939e717c380d8b4460d462b146.tar.gz slock-2fec14c567411b939e717c380d8b4460d462b146.tar.xz |
config.mk: no need to set CC
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |