shithub: scc

Download patch

ref: 9987372b561e1321f99443ecb1aa5657a5199284
parent: 56eb24683409678fe676cca2d181853581c15414
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Jan 2 06:39:41 EST 2019

Simplify src Makefile

--- a/src/Makefile
+++ b/src/Makefile
@@ -4,12 +4,10 @@
 include $(PROJECTDIR)/scripts/rules.mk
 
 TOOLS = cc1 cc2 ld as nm objdump
-LIBS  = libscc libcoff32
-DIRS  = $(TOOLS) $(LIBS) libc libcrt
+LIBS  = libscc libcoff32 libc libcrt
+DIRS  = $(TOOLS) $(LIBS) 
 
-all: $(TOOLS) crt
-
-crt: libcrt libc $(TOOLS)
+all: $(TOOLS)
 
 $(TOOLS): $(LIBS)