Skip to content

Commit 0228553

Browse files
committed
Drop Makefile targets aside from bench
Only the `bench` target is really used (by current-bench).
1 parent 9f3fc35 commit 0228553

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
.PHONY: build test bench
2-
3-
all: build test bench
4-
5-
build:
6-
@dune build @install
7-
8-
test:
9-
@dune runtest --force
1+
.PHONY: bench
102

113
bench:
124
@dune exec --release -- bench/main.exe -budget 1
13-
14-
clean:
15-
@dune clean

0 commit comments

Comments
 (0)