surf

My custom build of surf web browser.
git clone https://git.mtkn.jp/surf
Log | Files | Refs | README | LICENSE

commit 11631ae017ae35d720f2dc3acf592273a2e7fcb0
parent 9eadc2e54cf188c7a0084b1bf3db2f794432f0e0
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue,  7 Mar 2023 19:35:44 +0900

change compiler

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

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