scc

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

commit e0784393d9b7693c12ed0b5f8bbc51d949503fd4
parent 51badf71bcbd4eae359a66c9b8ebf78b8aa85268
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri,  4 Jan 2019 17:13:06 +0000

[ar] Include it in all target

Diffstat:
Msrc/Makefile | 2+-
Msrc/ar/deps.mk | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -3,7 +3,7 @@ PROJECTDIR = .. include $(PROJECTDIR)/scripts/rules.mk -TOOLS = cc1 cc2 ld as nm objdump +TOOLS = cc1 cc2 ld as nm objdump ar LIBS = libscc libc libcrt libmach DIRS = $(TOOLS) $(LIBS) diff --git a/src/ar/deps.mk b/src/ar/deps.mk @@ -1,5 +1,5 @@ #deps -main.o: $(INCDIR)/scc/ar.h -main.o: $(INCDIR)/scc/arg.h -main.o: $(INCDIR)/scc/scc.h +main.o: $(INCDIR)/scc/scc/ar.h +main.o: $(INCDIR)/scc/scc/arg.h +main.o: $(INCDIR)/scc/scc/scc.h posix/driver.o: posix/driver.h