Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
build(Makefile): add
Lars Wirzenius committed 1 year ago
commit 78cf1269eb8373e82e349f27e2d7b52d2b680815
parent 6c14e5637185cf7b61c06f3b0a6c3406001334da
1 file changed +15 -0
added Makefile
@@ -0,0 +1,15 @@
+
all: check build test doc
+

+
check:
+
	cargo clippy --all-targets -- -Dwarnings
+
	cargo deny check -Dwarnings
+

+
build:
+
	cargo build --all-targets
+

+
test: build
+
	cargo test
+

+
.PHONY: doc
+
doc:
+
	make -C doc