scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 1a4f8f084bb2e93c7fec86283a4ae09ebdf7aa62
parent e3258a3470a0d34c36a0d6c5a7edeaef3720301a
Author: Quentin Rameau <quinq@fifth.space>
Date:   Sat, 10 Dec 2016 14:55:09 +0100

Makefile: remove unused include path arch/$(ARCH)

Diffstat:
Mconfig.mk | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -21,7 +21,6 @@ MANPREFIX = $(PREFIX)/share/man # for Plan9 add -D_SUSV2_SOURCE SCC_CFLAGS = -DARCH=\"$(ARCH)\" \ - -Iarch/$(ARCH) \ -DPREFIX=\"$(PREFIX)\" \ -DNDEBUG \ $(CFLAGS)