X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/a294948f57dee47bb284d6a3ae1b8f61a902a03c..56113c63b028e7d215f1c16cf90d9c5d902df477:/Makefile diff --git a/Makefile b/Makefile index 863c961..3414035 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ build/quicktest: $(SRC) # build/test --test test: anymap doctest +bench: anymap build/test + build/test --bench + doctest: $(SRC) $(LIB) $(RUSTDOC) -L build --test src/lib.rs