diff options
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 |