aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ballard <[email protected]>2013-06-08 17:55:35 -0700
committerKevin Ballard <[email protected]>2013-06-08 17:55:35 -0700
commit47693a5dc3bc9dde512ce9340558c55f86dcccdf (patch)
treed3b10fa94ad1e7b860c78b5307cdffb6a5ba82ad
parentUpdate to latest incoming (878a9b9) (diff)
downloadrust-openssl-47693a5dc3bc9dde512ce9340558c55f86dcccdf.tar.xz
rust-openssl-47693a5dc3bc9dde512ce9340558c55f86dcccdf.zip
Don't error on `make clean` if there is no dylib
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62f080fe..b6729921 100644
--- a/Makefile
+++ b/Makefile
@@ -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