aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-01-29 17:38:47 +0100
committerMattias Andrée <maandree@kth.se>2024-01-29 17:38:47 +0100
commit398671adea37ed0390e83a627cd31e29ea944c7d (patch)
treee06d3d3578ab825a766b3f98c83992b1d4bf6506 /Makefile
parentAdd to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned} (diff)
downloadlibsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.gz
libsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.bz2
libsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.xz
Add libsimple_bindtemp_un
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a8a324..a66da02 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ SUBHDR =\
libsimple/memalloc.h\
libsimple/memdup.h\
libsimple/memelem.h\
+ libsimple/net.h\
libsimple/overflow.h\
libsimple/posix_memalign.h\
libsimple/posix_memalignz.h\
@@ -86,6 +87,7 @@ OBJ =\
asprintf.o\
bindex.o\
bindex_r.o\
+ bindtemp_un.o\
callocn.o\
close.o\
close_range.o\