aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-17 10:57:02 +0100
committerMattias Andrée <maandree@kth.se>2018-11-17 10:57:02 +0100
commit168b7a317cce20048b319c7e835fc8588a44d5c8 (patch)
tree9b6c2805e0f6bbe9d4cf13a41d7d7e9f0cf97374 /Makefile
parentm (diff)
downloadlibsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.gz
libsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.bz2
libsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.xz
Add memscan and memcasescan
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 f35fc4e..3428753 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ OBJ =\
memcaseends.o\
memcaseeqlen.o\
memcasemem.o\
+ memcasescan.o\
memcasestarts.o\
memdup.o\
memelem.o\
@@ -78,6 +79,7 @@ OBJ =\
memrelem.o\
memreqlen.o\
memrmem.o\
+ memscan.o\
memstarts.o\
minimise_number_string.o\
multimespec.o\