merged changes from RC_1_0
This commit is contained in:
parent
805c823523
commit
61f4a6cbca
|
@ -130,7 +130,7 @@ DOCS_PAGES = \
|
||||||
|
|
||||||
ED25519_SOURCE = \
|
ED25519_SOURCE = \
|
||||||
ed25519/readme.md \
|
ed25519/readme.md \
|
||||||
ed25519/test.cpp \
|
ed25519/test.c \
|
||||||
ed25519/src/fe.h \
|
ed25519/src/fe.h \
|
||||||
ed25519/src/fixedint.h \
|
ed25519/src/fixedint.h \
|
||||||
ed25519/src/ge.h \
|
ed25519/src/ge.h \
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
make distclean
|
||||||
|
|
||||||
#clear out any extended attributes that Finder may add
|
#clear out any extended attributes that Finder may add
|
||||||
sudo xattr -r -d com.apple.FinderInfo *
|
sudo xattr -r -d com.apple.FinderInfo *
|
||||||
|
|
Loading…
Reference in New Issue