2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mandoc: use cc @konimex

This commit is contained in:
Dylan Araps 2020-02-14 17:08:34 +02:00
parent 205bd0d730
commit 72b650b931
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -11,7 +11,7 @@ PREFIX=/usr
MANDIR=/usr/share/man
LIBDIR=/usr/lib
SBINDIR=/usr/bin
CC="${CC:-gcc}"
CC="${CC:-cc}"
CFLAGS="$CFLAGS"
LN="ln -sf"
EOF