Removed interactive mode (is default now), moved some code to checkpw.h and many fixes.
This commit is contained in:
parent
6f859b18b2
commit
82aced57b6
5 changed files with 204 additions and 176 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,9 @@ clean:
|
|||
|
||||
install:
|
||||
cp ./checkpw /usr/bin/
|
||||
cp ./checkpw.h /usr/include/
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/bin/checkpw
|
||||
rm -f /usr/include/checkpw.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue