From 10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:41 +0200 Subject: Merging upstream version 1.70.0+dfsg2. Signed-off-by: Daniel Baumann --- vendor/sha1_smol/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/sha1_smol/Makefile (limited to 'vendor/sha1_smol/Makefile') diff --git a/vendor/sha1_smol/Makefile b/vendor/sha1_smol/Makefile new file mode 100644 index 000000000..256f7fb86 --- /dev/null +++ b/vendor/sha1_smol/Makefile @@ -0,0 +1,18 @@ +build: + @cargo build + +watch: + @cargo watch + +watch-docs: + @cargo watch build "doc --no-deps" + +test: + @cargo test --features=serde + @cargo test --features=std + @cargo test + +docs: build + @cargo doc --no-deps + +.PHONY: build test docs -- cgit v1.2.3