diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ crypto: crypto.rc $(wildcard *.rs) clean: rm -f crypto libcrypto-*.so - rm libcrypto-*.dylib + rm -f libcrypto-*.dylib rm -rf *.dSYM |
| index : rust-openssl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -5,5 +5,5 @@ crypto: crypto.rc $(wildcard *.rs) clean: rm -f crypto libcrypto-*.so - rm libcrypto-*.dylib + rm -f libcrypto-*.dylib rm -rf *.dSYM |