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