From 24302016d257d224f8b1460c8f47905745d6293e Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 22:45:02 -0300 Subject: continue README, see how big is the file without comments --- makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index e1a4165..8beaf94 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,6 @@ # C compiler -CC=gcc # alternatives: tcc, clang, zig cc +# CC=gcc # alternatives: tcc, clang, zig cc +CC=tcc # Dependencies DEPS='webkit2gtk-4.1' @@ -27,6 +28,10 @@ user_cache: install: rosenrot cp -f rosenrot /usr/bin +depsdebian: + sudo apt install tcc make + sudo apt install libwebkit2gtk-4.1-dev + ## Additional niceties ### Formatter -- cgit v1.2.3