aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-20 20:48:13 +0200
committerMattias Andrée <maandree@kth.se>2018-10-20 20:48:13 +0200
commit8f5bd0f85282e044da867bf12c38144b5131e915 (patch)
treef0bf62c380688942e4dedab69016bac1edc5c3ee /Makefile
parentAdd man pages for memmem and memrmem (diff)
downloadlibsimple-8f5bd0f85282e044da867bf12c38144b5131e915.tar.gz
libsimple-8f5bd0f85282e044da867bf12c38144b5131e915.tar.bz2
libsimple-8f5bd0f85282e044da867bf12c38144b5131e915.tar.xz
Add memelem and memrelem
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 cb3628a..9071f61 100644
--- a/Makefile
+++ b/Makefile
@@ -60,9 +60,11 @@ OBJ =\
envreallocn.o\
isutf8.o\
memdup.o\
+ memelem.o\
memends.o\
memmem.o\
memrchr.o\
+ memrelem.o\
memrmem.o\
memstarts.o\
minimise_number_string.o\