diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-12 16:16:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-12 16:16:33 +0100 |
commit | 8cef2ca2598cfd0587faf29d0025d68c7dc598ea (patch) | |
tree | ee4737fed27a213869eb5ca005194cadf24b9cd2 /Makefile | |
parent | Split into multiple units (diff) | |
download | libsimple-8cef2ca2598cfd0587faf29d0025d68c7dc598ea.tar.gz libsimple-8cef2ca2598cfd0587faf29d0025d68c7dc598ea.tar.bz2 libsimple-8cef2ca2598cfd0587faf29d0025d68c7dc598ea.tar.xz |
m + add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ OBJ =\ recvfd.o\ recvfrom_timestamped.o\ sendfd.o\ + strcaseends.o\ strcasestr.o\ strchrnul.o\ strends.o\ |