Files
ProjectorPi/Makefile
2022-09-04 16:51:59 +02:00

5 lines
186 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