[hackers] [scc] [libc] Add basic Makefile for libc || Roberto E. Vargas Caballero
commit 5f4f7787a0f6b602aa66d8b43f98f184d824d922
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Feb 16 16:01:25 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Feb 16 16:01:25 2017 +0100
[libc] Add basic Makefile for libc
diff --git a/libc/src/Makefile b/libc/src/Makefile
new file mode 100644
index 0000000..d4e9684
--- /dev/null
+++ b/libc/src/Makefile
_AT_@ -0,0 +1,9 @@
+
+LIBCOBJ = assert.o
+
+libc.a: $(LIBCOJB)
+ ar $(ARFLAGS) $_AT_ $?
+ ranlib $_AT_
+
+clean:
+ rm -f *.o libc.a
Received on Thu Feb 16 2017 - 16:01:48 CET
This archive was generated by hypermail 2.3.0
: Thu Feb 16 2017 - 16:12:19 CET