Skip to content

Commit

Permalink
make: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 14, 2023
1 parent a2e48be commit 3f1c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ check: test $(CHECKDATA)
clean:
rm -rf test bench bench-ingest bench-ingest-many

benches: bench bench-ingest
benches: bench

distclean: clean
rm -rf deps
Expand Down

0 comments on commit 3f1c648

Please sign in to comment.