summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36ac9d3..885b3f5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ install: libayylmao.so libayylmao.a
mkdir -p -- $(PREFIX)/lib $(PREFIX)/include
install -m 0644 -- *.h $(PREFIX)/include
install -m 0644 -- *.so *.a $(PREFIX)/lib
+ install -m 0644 -- *.3 $(PREFIX)/share/man/man3
clean:
rm -f -- *.a *.o *.so