scc

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

commit 31f35a2157a93df5e6dd01e969f0e83c39510e29
parent 17fa530dedf1038138056540431c167a7395affe
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 10 Feb 2019 19:51:00 +0000

[libmach] Remove index.o from the Makefile

Diffstat:
Msrc/libmach/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libmach/Makefile b/src/libmach/Makefile @@ -25,7 +25,6 @@ OBJS = addr2line.o \ objfree.o \ pack.o \ unpack.o \ - index.o \ new.o \ read.o \ del.o \