build: set phony targets

This commit is contained in:
Laborratte5 2024-05-03 12:35:14 +02:00
parent 3532695ae1
commit d7f2c44539
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -50,3 +50,5 @@ clean:
env: env:
poetry install poetry install
$(VENV) python -m jupyter_micropython_kernel.install $(VENV) python -m jupyter_micropython_kernel.install
.PHONY: check erase_flash flash_esp install uninstall clean env