aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-20 22:12:59 +0200
committerMattias Andrée <maandree@kth.se>2018-10-20 22:12:59 +0200
commit24f9649c1f4692dd0cea64170a015a214197c926 (patch)
tree686e5c5c5bea6e69ff5894f10e6dc5fb0124b97f /Makefile
parentAdd man pages for memeq, mempcpy and mempset (diff)
downloadlibsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.gz
libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.bz2
libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.xz
Add mempsetelem and memsetelem and add fix and tests for memelem and memrelem
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 9071f61..7af3845 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ OBJ =\
memelem.o\
memends.o\
memmem.o\
+ mempsetelem.o\
memrchr.o\
memrelem.o\
memrmem.o\