From 71811470be4f182b623510cf92ea5cfff16df172 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Jan 2024 16:34:27 +0100 Subject: Add libsimple_generate_seed and libsimple_srand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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\ -- cgit v1.2.3-70-g09d2