diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-27 13:28:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-27 13:28:03 +0000 |
commit | e17f71f9f01a429664caf120d9ac159ed9f5283f (patch) | |
tree | 524ebfc55d4aa56b2842a109ffffab2319afa6c2 /src/libstdcrypto/Makefile | |
parent | 36333f75234a6cb1b98cbe104aee3506d6bec9a1 (diff) | |
download | skalibs-e17f71f9f01a429664caf120d9ac159ed9f5283f.tar.xz |
- added sha512 (buggy, need to commit to test somewhere else)
- version bump (not a rc yet)
- bugfix: buffer_get returned -1 EPIPE on short reads w/o EOF
Diffstat (limited to 'src/libstdcrypto/Makefile')
-rw-r--r-- | src/libstdcrypto/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libstdcrypto/Makefile b/src/libstdcrypto/Makefile deleted file mode 100644 index 8c0d22f..0000000 --- a/src/libstdcrypto/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -it: EXPORT- .done - -EXPORT-: gen-EXPORT - exec ./gen-EXPORT > EXPORT- - -.done: gen-Makefile - ./gen-Makefile > Makefile.real && make -f Makefile.real && : > .done |