use tcc instead of gcc

This commit is contained in:
λmolinae 2025-03-20 08:15:42 -06:00
parent 45530be5e2
commit c65c39f470

View file

@ -16,4 +16,4 @@ LDFLAGS = -s
LDLIBS = -lasound
# compiler and linker
CC = cc
CC = tcc