Files
ProjectorPi/Makefile
2023-02-28 22:51:50 +01:00

6 lines
187 B
Makefile

.PHONY: publish
publish:
poetry publish --build --repository gitea
clean:
find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete -or -type -name "dist" -delete