birdwm

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

commit 8c1d2fa19fefb363563802c8a551a2f9a5ea2ce3
parent 4298bf17315c420de3d62ebe9a623cd73ecc4837
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun,  5 May 2024 18:12:25 -0400

config.mk: remove unused commented lines

Diffstat:
Mconfig.mk | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/config.mk b/config.mk @@ -46,11 +46,5 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -# even tho gcc kinda sucks, it has the best speeds for the binary +# even though gcc sucks, it has the best speeds for the binary CC = gcc -#TCCCHECK = $(shell which tcc) -#ifeq ($(TCCCHECK), $(shell false)) -# CC = cc -#else -# CC = tcc -#endif