scc

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

commit c3eecdc3f4430d487ce231afdf9bde29aa111099
parent b1a932d399555b5980423a59c3f74e9f42872934
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 14 Sep 2021 16:32:37 +0200

libc: Remove commented lines in rules.mk

These lines were commented in the merge process
and they are not needed anymore.

Diffstat:
Msrc/libc/rules.mk | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/libc/rules.mk b/src/libc/rules.mk @@ -1,6 +1,3 @@ -#MORE_CFLAGS = -I$(INCDIR) -#LIBCDIR = $(PROJECTDIR)/src/libc - CINCLUDES =\ -I$(INCDIR)\ -I$(INCDIR)/bits/$(SYS)\