scc

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

commit ededd35636769e3b9facdef0ed3b3255f8aa85a6
parent a430bc1e5dea1900b557cef21ce984204e8a08bd
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun,  2 Aug 2015 19:04:49 +0200

include config.mk in lin/Makefile

Diffstat:
Mlib/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/Makefile b/lib/Makefile @@ -1,3 +1,4 @@ +include ../config.mk OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o