Add -n flag for outputting numbers only (for PINs, etc.)
This commit is contained in:
parent
f9f61afa4c
commit
d93ca58d76
6 changed files with 39 additions and 15 deletions
|
@ -273,6 +273,9 @@ mostlyclean-compile:
|
|||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
check:
|
||||
./test/test.bash
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-main.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-readpass.Po@am__quote@
|
||||
|
|
Reference in a new issue