Skip to content

Commit 5f82a19

Browse files
committed
Adjust the Makefile
1 parent b9c256d commit 5f82a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ features := elliptic lambert_w no_std std
33
.PHONY: all
44
all: check test
55

6-
.PHONY: benchmark
7-
benchmark:
6+
.PHONY: bench
7+
bench:
88
cargo +nightly bench --all-features
99

1010
.PHONY: check

0 commit comments

Comments
 (0)