scc

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

commit 83f81da6c14c9890ff0852122228a9bb332b817d
parent bc0a760a1894b2e400e0df1dd15527e1c1db7c1e
Author: Eddie Thieda <eddie.thieda@gmail.com>
Date:   Wed,  2 Jan 2019 18:54:48 -0500

Removed extra space character.

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

diff --git a/src/Makefile b/src/Makefile @@ -5,7 +5,7 @@ include $(PROJECTDIR)/scripts/rules.mk TOOLS = cc1 cc2 ld as nm objdump LIBS = libscc libcoff32 libc libcrt -DIRS = $(TOOLS) $(LIBS) +DIRS = $(TOOLS) $(LIBS) all: $(TOOLS)