scc

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

commit 445f2cdc2c531499b5e0b4388075c6af49396540
parent 0b58ad654f79dbad8e709f76d293fa8c735b2833
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 11 Feb 2019 16:56:36 +0000

[ld] Add ld to the cmd Makefile

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

diff --git a/src/cmd/Makefile b/src/cmd/Makefile @@ -7,6 +7,7 @@ TARGET = $(BINDIR)/nm \ $(BINDIR)/strip \ $(BINDIR)/size \ $(BINDIR)/ar \ + $(BINDIR)/ld \ $(BINDIR)/ranlib \ $(BINDIR)/objdump \ $(BINDIR)/objcopy \