scc

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

commit 60071c4a3c439e4abd196751578976166c305fb9
parent 750c66982ba283716d843cf986373ddba4d89633
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 23 Aug 2017 19:31:31 +0200

[driver] Fix name of scc library

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

diff --git a/driver/posix/Makefile b/driver/posix/Makefile @@ -21,7 +21,7 @@ dep: $(OBJ): $(HDR) -scc: $(OBJ) $(LIBDIR)/libcc.a +scc: $(OBJ) $(LIBDIR)/libscc.a $(CC) $(SCC_LDFLAGS) $(OBJ) -lscc -o $@ scpp: cpp.sh config.h