aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-18 21:25:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 00:17:52 +0100
commit8b0a680511b9794fa07154ebfa53f71ad6a108d4 (patch)
treea9169d6e36d2be8640f4102611c4b24d9e20fb8f /Makefile
parent81d3a025256f2634a51a226df28ae40fafb50de6 (diff)
downloadsds-8b0a680511b9794fa07154ebfa53f71ad6a108d4.tar.xz
man: Add initial sdsfree(3) manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf14213..4459289 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC = clang
SOURCES = src/twbctf.c src/sds.c
HEADERS = src/twbctf.h src/sds.h
-MANPAGES = docs/sds.3 docs/sdsnew.3
+MANPAGES = docs/sds.3 docs/sdsnew.3 docs/sdsfree.3
all: sds-test $(MANPAGES)