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

View file

@ -7,8 +7,8 @@ checkpw is a program that checks the validity of a users password on a Linux/PAM
```
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
sudo cp ./checkpw /usr/bin/
make
sudo make install
```
# Usage: