shithub: scc

Download patch

ref: 1de8fdf8ff3054574467bee8d65655de45b5a933
parent: e07e7027cc5f2fa8ae504f45311667974fe9a3bd
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Feb 16 16:06:38 EST 2017

[libc] Add all target to the Makefile

--- a/libc/src/Makefile
+++ b/libc/src/Makefile
@@ -3,6 +3,8 @@
 
 LIBCOBJ = assert.o strcpy.o strcmp.o
 
+all: libc.a
+
 libc.a: $(LIBCOJB)
 	ar $(ARFLAGS) $@ $?
 	ranlib $@