aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 18:42:37 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 18:42:56 +0200
commita257b6a63a695c7a818590563640d5b1f018ea21 (patch)
treec639004608c84478ad6f8bcdaac713585ec848f3 /Makefile
parentAdd rawmemrcasechr (diff)
downloadlibsimple-a257b6a63a695c7a818590563640d5b1f018ea21.tar.gz
libsimple-a257b6a63a695c7a818590563640d5b1f018ea21.tar.bz2
libsimple-a257b6a63a695c7a818590563640d5b1f018ea21.tar.xz
Add memcasechr
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b2f653..b0834c9 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ OBJ =\
envputenvf.o\
envreallocn.o\
isutf8.o\
+ memcasechr.o\
memcaseeqlen.o\
memdup.o\
memelem.o\