scc

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

commit c5eff5581e67f209fde167a6fecdf0c936399571
parent 538dc4fa9364a428513c012853ea49ce10fa5fb5
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 25 Aug 2017 07:55:04 +0100

[driver] Fix library generation rule

The library is not called libcc anymore.

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

diff --git a/driver/posix/Makefile b/driver/posix/Makefile @@ -32,7 +32,7 @@ scpp: cpp.sh config.h chmod +x $$$$.sh && \ mv $$$$.sh scpp -$(LIBDIR)/libcc.a: +$(LIBDIR)/libscc.a: cd $(LIBDIR) && $(MAKE) clean: