DEBSOURCES
Skip Quicknav
sources / sphinxcontrib-phpdomain / 0.13.2-1 / Makefile
1234567891011
clean: rm -rf ./dist ./build .PHONY: clean package: python -m build .PHONY: package upload: twine upload dist/sphinxcontrib* .PHONY: upload