File: Makefile

package info (click to toggle)
python-hpack 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: python: 5,866; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: publish sample_output

publish:
	rm -rf dist/
	tox -e packaging
	twine upload -s dist/*

sample_output:
	rm -rf hpack-test-case/
	git clone https://github.com/http2jp/hpack-test-case.git
	tox -e create_test_output -- hpack-test-case