Don't error on `make clean` if there is no dylib

This commit is contained in:
Kevin Ballard 2013-06-08 17:55:35 -07:00
parent 1a88757ca2
commit 47693a5dc3
1 changed files with 1 additions and 1 deletions

View File

@ -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