diff options
| author | Steven Fackler <[email protected]> | 2013-12-28 18:39:07 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-28 18:39:07 -0700 |
| commit | 9b3746260cb88e36df9be16b72c1c5f39204e78e (patch) | |
| tree | aadd76325a0505e0f6bfbea87444170501703e50 /Makefile | |
| parent | Merge remote-tracking branches 'rustcrypto/master' and 'rust-ssl/master' (diff) | |
| download | rust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.tar.xz rust-openssl-9b3746260cb88e36df9be16b72c1c5f39204e78e.zip | |
Integrate everything
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |