Rename example target in makefile

This commit is contained in:
Sosthène Guédon
2024-03-01 14:29:40 +01:00
committed by Nicolas Stalder
parent dae8067867
commit 170821c6b0
+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