diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-10 16:12:10 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-10 16:12:10 +0000 |
commit | 507d24d15694cae8e3313b6e02d6bac51f4ea1cb (patch) | |
tree | 2c9f137e8b8c4ac9fdf838cf225d0cc9a947f7cc /Makefile | |
parent | 3158d22a54ae100198952070b2b9c91754c4decc (diff) | |
download | imv-507d24d15694cae8e3313b6e02d6bac51f4ea1cb.tar.gz |
Create manpage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ clean: install: $(TARGET) install -m 0755 $(TARGET) $(prefix)/bin + install -m 0644 $(TARGET).1 $(prefix)/share/man/man1 |