diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 22:45:02 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 22:45:02 -0300 |
commit | 24302016d257d224f8b1460c8f47905745d6293e (patch) | |
tree | 51a7ad20c57e32815d349491257d673c65db3d92 /makefile | |
parent | e583fd0fd2afb0b199e9410625a3f3caa6ba7791 (diff) |
continue README, see how big is the file without comments
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |