diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-29 17:38:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-29 17:38:47 +0100 |
commit | 398671adea37ed0390e83a627cd31e29ea944c7d (patch) | |
tree | e06d3d3578ab825a766b3f98c83992b1d4bf6506 /Makefile | |
parent | Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned} (diff) | |
download | libsimple-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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\ |