Makefile update. I like absolute paths... ;)

This commit is contained in:
Johannes Findeisen 2025-01-01 10:28:34 +01:00
commit bd2ac5b829

View file

@ -6,7 +6,7 @@ clean:
install:
cp ./checkpw /usr/bin/
install -g 0 -o 0 -m 0644 checkpw.1 /usr/share/man/man1/
install -g 0 -o 0 -m 0644 ./checkpw.1 /usr/share/man/man1/
gzip -f /usr/share/man/man1/checkpw.1
cp ./checkpw.h /usr/include/