shithub: scc

Download patch

ref: b0fde52316fa7c33aa5045eff6ce6bfbd84a66a7
parent: 647f85d6fac7e0aee9881909cd5086941e3d11c7
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Sep 8 13:41:17 EDT 2017

[as] Add libdir generation

--- a/as/Makefile
+++ b/as/Makefile
@@ -14,6 +14,10 @@
 as: $(OBJ)
 	$(CC) $(SCC_LDFLAGS) $(OBJ) -lscc -o $@
 
+$(LIBDIR)/libscc.a:
+	cd $(LIBDIR) && $(MAKE)
+
+
 dep:
 	./gendep.sh $(TARGETS)