Fix Makefile.

This commit is contained in:
Mid Favila 2022-10-18 12:49:03 -04:00
parent 4f9f1fb15a
commit 25429efb0d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ install: all
mkdir -p ${DESTDIR}/${PREFIX}/bin
mkdir -p ${DESTDIR}/${PREFIX}/share/man/man.1
install -Dm0755 ${BIN} ${DESTDIR}/${PREFIX}/bin/
cd ../doc/
install -Dm0644 ${MAN} ${DESTDIR}/${PREFIX}/share/man/man.1/
clean: