diff options
| author | Kevin Ballard <[email protected]> | 2013-05-29 23:42:07 -0700 |
|---|---|---|
| committer | Kevin Ballard <[email protected]> | 2013-05-29 23:42:07 -0700 |
| commit | 2eba04e579048bb33a7a99cb738d5d9118909026 (patch) | |
| tree | 624777ef967533e7fcb40575a55de4058a37ee68 /Makefile | |
| parent | Update for current incoming (diff) | |
| download | rust-openssl-2eba04e579048bb33a7a99cb738d5d9118909026.tar.xz rust-openssl-2eba04e579048bb33a7a99cb738d5d9118909026.zip | |
Update for latest incoming (3a3bf8b)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ crypto: crypto.rc $(wildcard *.rs) clean: rm -f crypto libcrypto-*.so + rm libcrypto-*.dylib + rm -rf *.dSYM |