aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e385052..51070f9d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all:
test:
$(RUSTC) $(RUST_FLAGS) --test src/crypto/lib.rs
- ./src/crypto/lib
+ ./src/crypto/crypto
clean:
rm -rf bin/ lib/ build/ src/crypto/lib