Fixes error in makefile

This commit is contained in:
sloum 2020-02-09 22:59:40 -08:00
parent 6be07008e0
commit 01e0f008d4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install-bin: hermes
.PHONY: install-man
install-man: hermes.1
gzip -k ./hermes.1
install -d ${BINDIR}
install -d ${MAN1DIR}
install -m 0644 ./hermes.1.gz ${MAN1DIR}
.PHONY: clean