aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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