From c57844b08bced71778f38f2346464c3e0836287c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 Nov 2019 22:06:40 +0100 Subject: Add some functions and add functions with _failed suffix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d59568f..9ce5639 100644 --- a/Makefile +++ b/Makefile @@ -19,14 +19,22 @@ HDR =\ OBJ =\ abs.o\ + calloc.o\ + chdir.o\ imaxabs.o\ labs.o\ llabs.o\ + malloc.o\ pipe.o\ putenv.o\ + raise.o\ + realloc.o\ + recv.o\ + send.o\ set_error_one_file.o\ setenv.o\ shutdown.o\ + sockatmark.o\ unsetenv.o LOBJ = $(OBJ:.o=.lo) -- cgit v1.2.3-70-g09d2