summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 765a697..ed55e64 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ src/randsleep: src/randsleep.c
${CC} ${CFLAGS} ${LDFLAGS} -o $@ $<
install: src/randsleep
+ install -m 755 src/randsleep ${bin_dir}
+ install -m 644 src/randsleep.1 ${man_dir}/man1
uninstall:
rm -f src/randsleep