From d7f2c445399bcc962b02c0d3ba81856be1f307b6 Mon Sep 17 00:00:00 2001 From: Laborratte5 Date: Fri, 3 May 2024 12:35:14 +0200 Subject: [PATCH] build: set phony targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7c21c03..d60f0e2 100644 --- a/Makefile +++ b/Makefile @@ -50,3 +50,5 @@ clean: env: poetry install $(VENV) python -m jupyter_micropython_kernel.install + +.PHONY: check erase_flash flash_esp install uninstall clean env