diff --git a/Makefile b/Makefile index 3e82788..e4b9e09 100644 --- a/Makefile +++ b/Makefile @@ -59,4 +59,4 @@ ci-basic: $(platformio) ci --board=$(board) --lib="." examples/HX711_basic_example --verbose clean: - platformio run -t clean + $(platformio) run -t clean