Fixed compile error on Debian based systems.

This commit is contained in:
Johannes Findeisen 2024-08-27 20:12:59 +02:00
commit 98249359c5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
all:
$(CC) -Werror -lpam -lpam_misc -o checkpw checkpw.c
$(CC) -Werror -o checkpw checkpw.c -lpam -lpam_misc
clean:
rm -f ./checkpw