scc

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

commit 8f26a2000d975f17539e4737c54ea69c01e5ef16
parent 6025315eb0012745baa2c484deb9036496272134
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)\