diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 22:24:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 22:24:58 +0200 |
commit | eafefb0c7965a048f53ffa3f86ea1db2cf065c47 (patch) | |
tree | e72141d7eb72ce3ee72e8b5e2f86cc1bf46db389 /Makefile | |
parent | daac5c780296fbbf1005fedb45ae790d567b2dcd (diff) |
Add manpage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |