Commit 47693a5d authored by Kevin Ballard's avatar Kevin Ballard
Browse files

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

parent 1a88757c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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