diff options
| author | Kevin Ballard <[email protected]> | 2013-06-08 17:55:35 -0700 |
|---|---|---|
| committer | Kevin Ballard <[email protected]> | 2013-06-08 17:55:35 -0700 |
| commit | 47693a5dc3bc9dde512ce9340558c55f86dcccdf (patch) | |
| tree | d3b10fa94ad1e7b860c78b5307cdffb6a5ba82ad | |
| parent | Update to latest incoming (878a9b9) (diff) | |
| download | rust-openssl-47693a5dc3bc9dde512ce9340558c55f86dcccdf.tar.xz rust-openssl-47693a5dc3bc9dde512ce9340558c55f86dcccdf.zip | |
Don't error on `make clean` if there is no dylib
| -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 |