[hackers] [scc] [libc] Add all target to the Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 16 Feb 2017 21:24:56 +0100 (CET)

commit c621b4a6eb46c57e32743b6ac6e26c9de253eccf
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Feb 16 21:06:38 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -3,6 +3,8 @@
 
 LIBCOBJ = assert.o strcpy.o strcmp.o
 
+all: libc.a
+
 libc.a: $(LIBCOJB)
         ar $(ARFLAGS) $_AT_ $?
         ranlib $_AT_
Received on Thu Feb 16 2017 - 21:24:56 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 16 2017 - 21:36:32 CET