aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-22 19:57:13 +0200
committerMattias Andrée <maandree@kth.se>2018-10-22 19:57:13 +0200
commitb6f3b8d1e7161441303e518febabcb5a7958f1f3 (patch)
tree703f9b353518ab7bffb344d38251106ddd477534 /Makefile
parentAdd strn{,case}chr{,nul}, strnend, and strrn{,case}chr (diff)
downloadlibsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.gz
libsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.bz2
libsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.xz
Add strn{case}{starts,ends}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dbf37b1..f297a7c 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,15 @@ OBJ =\
streqlen.o\
strncasechr.o\
strncasechrnul.o\
+ strncaseends.o\
+ strncasestarts.o\
strncasestr.o\
strnchr.o\
strnchrnul.o\
strndup.o\
strnend.o\
+ strnends.o\
+ strnstarts.o\
strnstr.o\
strrcasechr.o\
strrcasestr.o\