Makefile fix.

This commit is contained in:
Johannes Findeisen 2025-01-01 09:05:56 +01:00
commit 66d7b352d6

View file

@ -7,7 +7,7 @@ clean:
install:
cp ./checkpw /usr/bin/
cp ./checkpw.1 /usr/share/man/man1/
gzip /usr/share/man/man1/checkpw.1
gzip -f /usr/share/man/man1/checkpw.1
cp ./checkpw.h /usr/include/
uninstall: