birdsurf

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

commit 86f96a7aba308aee11dbe4297ee52bf2875b18b5
parent 30f5464eb11b96f740b124816cbcfa55f125cf53
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 23 Feb 2024 16:59:13 -0500

switch compiler to tcc in config.mk

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -29,4 +29,4 @@ SURFCFLAGS = -fPIC $(INCS) $(CPPFLAGS) WEBEXTCFLAGS = -fPIC $(WEBEXTINC) # compiler -#CC = c99 +CC = tcc