commit c621b4a6eb46c57e32743b6ac6e26c9de253eccf
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Thu Feb 16 21:06:38 2017 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Thu Feb 16 21:06:38 2017 +0100
[libc] Add all target to the Makefile
diff --git a/libc/src/Makefile b/libc/src/Makefile
index 125f3e3..78fc9ae 100644
--- 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 $@