scc

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

commit e75ec4465bb6db854bd1f0df43cca2b5a9e6e37d
parent 8ed77e034ea97f723a61340189dd377136e9e3d9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 29 Oct 2024 23:01:39 +0100

build: Fix typo in ASINCLUDES

Diffstat:
Mscripts/rules.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/rules.mk b/scripts/rules.mk @@ -36,7 +36,7 @@ include $(BUILDDIR)/host/$(HOST).mk # Locations for -I or -L in compiler, assembler or linker CPPINCLUDES = -I$(INCDIR)/bits -ASINCLUDES = -I$(INCDIR)bits +ASINCLUDES = -I$(INCDIR)/bits LDINCLUDES = -L$(LIBDIR)/scc # Definition of command line for cc, as, ld and emu