X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/a294948f57dee47bb284d6a3ae1b8f61a902a03c..97522ab7660372dcac5d2ac6bf1df5f9ae28b8ce:/Makefile?ds=sidebyside 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