Added basic Makefile, updated README and some code fixes.

This commit is contained in:
Johannes Findeisen 2024-08-10 18:47:15 +02:00
commit 7cf30917aa
3 changed files with 13 additions and 4 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
all:
$(CC) -Werror -lpam -lpam_misc -o checkpw checkpw.c
clean:
rm -f ./checkpw
install:
cp ./checkpw /usr/bin/