commit fe6a61f3a66152974bdc92d09e1335b07cece7f3 parent f3e78c5fb373578da69162d0045ab27a10a49ff9 Author: mrgrouse <bdmfegys@duck.com> Date: Sun, 19 May 2024 18:35:28 -0400 config.mk: remove unused comments Diffstat:
| M | config.mk | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/config.mk b/config.mk @@ -30,9 +30,3 @@ LDFLAGS = $(LIBS) # compiler and linker CC = cc -#TCCCHECK = $(shell which tcc) -#ifeq ($(TCCCHECK), $(shell false)) -# CC = cc -#else -# CC = tcc -#endif