aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-02 18:02:13 +0200
committerMattias Andrée <maandree@kth.se>2024-09-02 18:02:13 +0200
commit6f2ccb15b1599700dc6c9c2388609eccca10a608 (patch)
treed84732290af6e0dfac683eaf2ceea4bd4f7f2493 /Makefile
parentAdd TODO file (diff)
downloadlibsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.gz
libsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.bz2
libsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.xz
m + add libsimple_random_bytes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c2f411..95c3340 100644
--- a/Makefile
+++ b/Makefile
@@ -941,6 +941,7 @@ OBJ =\
qsort_ushortp.o\
qsort_ushortp_nul.o\
random_bits.o\
+ random_bytes.o\
random_float.o\
random_signed.o\
random_unsigned.o\