scc

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

commit caaefb633a0cf61e51eb11877848a2a8541fcba7
parent 91059598b8a8c584076185188353e5234ac3ef79
Author: Roberto E. Vargas Caballero <roberto@clue.aero>
Date:   Wed, 22 Apr 2020 08:05:34 +0200

libc: Fix extension of __getc.o

Diffstat:
Msrc/libc/stdio/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/stdio/Makefile b/src/libc/stdio/Makefile @@ -4,7 +4,7 @@ include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS =\ - __getc.o\ + __getc.$O\ __putc.$O\ _flsbuf.$O\ _fpopen.$O\