Rename example target in makefile

This commit is contained in:
Sosthène Guédon
2023-03-30 17:04:45 +02:00
parent d25cd72b34
commit 23af6c5ef4
+2 -2
View File
@@ -30,8 +30,8 @@ lint:
tarpaulin:
cargo tarpaulin --features $(TEST_FEATURES) -o Html -o Xml
.PHONY: example
example:
.PHONY: vpicc-example
vpicc-example:
cargo run --example vpicc --features vpicc
.PHONY: ci