aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-28 18:39:07 -0700
committerSteven Fackler <[email protected]>2013-12-28 18:39:07 -0700
commit9b3746260cb88e36df9be16b72c1c5f39204e78e (patch)
treeaadd76325a0505e0f6bfbea87444170501703e50 /Makefile
parentMerge remote-tracking branches 'rustcrypto/master' and 'rust-ssl/master' (diff)
downloadrust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.tar.xz
rust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.zip
Integrate everything
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 51070f9d..789ece8a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,11 @@ RUSTC ?= rustc
RUST_FLAGS ?= -Z debug-info -O
all:
- $(RUSTPKG) $(RUST_FLAGS) install crypto
+ $(RUSTPKG) $(RUST_FLAGS) install
test:
- $(RUSTC) $(RUST_FLAGS) --test src/crypto/lib.rs
- ./src/crypto/crypto
+ $(RUSTC) $(RUST_FLAGS) --test lib.rs
+ ./rust-openssl
clean:
rm -rf bin/ lib/ build/ src/crypto/lib