aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErick Tryzelaar <[email protected]>2013-08-15 08:20:47 -0700
committerErick Tryzelaar <[email protected]>2013-08-15 08:20:47 -0700
commit08374ec0546d42eb86a867adcd497cf5e874d0b8 (patch)
tree6d73d8ff2eb672e93453b1967a1e2e60cdaecd50 /Makefile
parentRemove pkey::ANYKEY (diff)
parentUpdate to latest rust master (0.8-pre 927aff1) (diff)
downloadrust-openssl-08374ec0546d42eb86a867adcd497cf5e874d0b8.tar.xz
rust-openssl-08374ec0546d42eb86a867adcd497cf5e874d0b8.zip
Merge remote-tracking branch 'remotes/kballard/master'
Conflicts: crypto.rs hash.rs pkcs5.rs pkey.rs rand.rs symm.rs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..9719e55c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+crypto: $(wildcard *.rs)
+ rustc crypto.rs
+ rustc --test crypto.rs
+
+clean:
+ rm -f crypto libcrypto-*.so
+ rm -f libcrypto-*.dylib
+ rm -rf *.dSYM