Files
mbirth 732e7edba4 Initial commit
Signed-off-by: Markus Birth <markus@birth-online.de>
2025-08-04 17:59:51 +01:00

8 lines
82 B
Makefile

.PHONY: clean
clean:
rm -f templates/*.py
.PHONY: run
run:
micropython main.py