aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 22:45:02 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 22:45:02 -0300
commit24302016d257d224f8b1460c8f47905745d6293e (patch)
tree51a7ad20c57e32815d349491257d673c65db3d92 /makefile
parente583fd0fd2afb0b199e9410625a3f3caa6ba7791 (diff)
continue README, see how big is the file without comments
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
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