scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

commit 20a0b655a525a5b087afccfda1ea52f201b7a779
parent 3291c4316f40314830fbabffe6abea0944b77861
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Tue, 28 Apr 2026 09:20:13 +0200

libc/time: Use SCC to compile it

Diffstat:
Msrc/libc/time/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/libc/time/Makefile b/src/libc/time/Makefile @@ -2,6 +2,7 @@ PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk +CC=$(SCC) OBJS =\ _daysyear.$O\