File: Makefile

package info (click to toggle)
amd-debug-tools 0.2.16-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 748 kB
  • sloc: python: 11,221; makefile: 30
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
build:
	python3 -m build
check:
	pytest
coverage:
	coverage run -m unittest
	coverage report
clean:
	rm -rf build src/*.egg-info build dist amd*.txt amd*md amd*html