build: add clean target

This commit is contained in:
Laborratte5 2024-04-28 23:12:16 +02:00
parent 9010b9b0f7
commit 29ef97b167
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -25,3 +25,8 @@ install: check src/*.mpy
echo Uploading $$f; \
$(AMPY) --port $(ESP_PORT) put $$f; \
done
clean:
rm -rf src/__pycache__
rm -f src/*.pyc
rm -f src/*.mpy