From 170821c6b0de9013adbad8722a67b4213059ea6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 30 Mar 2023 17:04:45 +0200 Subject: [PATCH] Rename example target in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0fd8e8..5a3d1b8 100644 --- a/Makefile +++ b/Makefile @@ -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