summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-21 01:51:15 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-21 01:51:15 -0500
commitec9e6099839e372f6ff5303e84db325e641e0633 (patch)
tree5210d76255c58d0d01c3ed946a588553b7f34a7b /config.mk
parentb5c81157067c256f16242b7488b1112e8fa13175 (diff)
Keypress feedback patch and use tiny c compiler
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 74429ae..aadfc5f 100644
--- a/config.mk
+++ b/config.mk
@@ -29,4 +29,4 @@ COMPATSRC = explicit_bzero.c
#COMPATSRC =
# compiler and linker
-CC = cc
+CC = tcc