summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:48:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-22 19:48:37 +1300
commit29dde4785361db77ead6092634a28cd5dc171e9d (patch)
tree491f8fd604841cdb03dbcb9c281bc401d6ae0463
parentManual pages for ayy(3) and lmao(3) (diff)
downloadlibayylmao-29dde4785361db77ead6092634a28cd5dc171e9d.tar.gz
libayylmao-29dde4785361db77ead6092634a28cd5dc171e9d.zip
Create required dirs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 885b3f5..82310e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CFLAGS = -std=c90 -Weverything -fPIC
all: libayylmao.a libayylmao.so
install: libayylmao.so libayylmao.a
- mkdir -p -- $(PREFIX)/lib $(PREFIX)/include
+ mkdir -p -- $(PREFIX)/lib $(PREFIX)/include $(PREFIX)/share/man/man3
install -m 0644 -- *.h $(PREFIX)/include
install -m 0644 -- *.so *.a $(PREFIX)/lib
install -m 0644 -- *.3 $(PREFIX)/share/man/man3