gdbgui/makefile

9 lines
200 B
Makefile

# run pip install -r dev_requirements.txt before running make test
.PHONY: test publish
test:
python setup.py test
yarn build
python setup.py checkdocs
publish: test
python setup.py sdist upload