aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-01-28 16:34:27 +0100
committerMattias Andrée <maandree@kth.se>2024-01-28 16:34:27 +0100
commit71811470be4f182b623510cf92ea5cfff16df172 (patch)
tree7f5e35dbdc22bd64dec1e8b62ffc9214544ae466 /Makefile
parentFix typo (diff)
downloadlibsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.gz
libsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.bz2
libsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.xz
Add libsimple_generate_seed and libsimple_srand
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc99bc0..38f2537 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ SUBHDR =\
libsimple/printf.h\
libsimple/pvalloc.h\
libsimple/pvallocz.h\
+ libsimple/random.h\
libsimple/realloc.h\
libsimple/search.h\
libsimple/str.h\
@@ -224,6 +225,7 @@ OBJ =\
ewcsdup.o\
ewcsndup.o\
ewmemdup.o\
+ generate_seed.o\
getenv_e.o\
getenv_ne.o\
gmtime.o\
@@ -318,6 +320,7 @@ OBJ =\
reallocf.o\
reallocfn.o\
reallocn.o\
+ srand.o\
stpmove.o\
stpnmove.o\
stpnset.o\