scc

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

commit cf23d3bf671ad3e096d9b6988f7fbaf976995137
parent 8dbadd934ddb9e65469784fba51b819085edafb5
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 29 Nov 2016 13:39:24 +0100

[cc1] Small cosmetic change in the Makefile

Diffstat:
Mcc1/Makefile | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/cc1/Makefile b/cc1/Makefile @@ -8,13 +8,12 @@ OBJS = types.o decl.o lex.o error.o symbol.o main.o expr.o \ all: cc1 -../inc/sizes.h: - cp ../inc/sizes_$(STD).h $@ - cpp.o: stallman.msg - $(OBJS): cc1.h ../inc/cc.h ../inc/sizes.h +../inc/sizes.h: + cp ../inc/sizes_$(STD).h $@ + ../lib/libcc.a: cd ../lib && $(MAKE) -e