aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-25 15:42:18 +0100
committerMattias Andrée <maandree@kth.se>2018-11-25 15:42:18 +0100
commitedd7a4955dc31ea3e0893008f8b31bbded22a1b6 (patch)
tree9a4f61118886d660d6008e8fef2d9bcf1ff8127a /Makefile
parentAdd man pages for [raw]memelem{cpy,move} (diff)
downloadlibsimple-edd7a4955dc31ea3e0893008f8b31bbded22a1b6.tar.gz
libsimple-edd7a4955dc31ea3e0893008f8b31bbded22a1b6.tar.bz2
libsimple-edd7a4955dc31ea3e0893008f8b31bbded22a1b6.tar.xz
Add array.h
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 ad87bba..90e7363 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ SUBHDR =\
libsimple/aligned_alloc.h\
libsimple/aligned_allocz.h\
libsimple/aligned_memdup.h\
+ libsimple/array.h\
libsimple/calloc.h\
libsimple/definitions.h\
libsimple/env.h\