Skip to content

Commit

Permalink
bench: add a dummy makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jun 11, 2024
1 parent f42b910 commit 064900d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ bench_disabled:
echo "Benchmark result:"
jq . merl-an_bench/bench.json

.PHONY: all build dev clean test promote bench_disabled
bench:
echo ""

.PHONY: all build dev clean test promote bench bench_disabled

0 comments on commit 064900d

Please sign in to comment.