File: Makefile.am

package info (click to toggle)
gubbins 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,940 kB
  • sloc: ansic: 5,069; python: 4,964; sh: 236; makefile: 133; cpp: 27
file content (16 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST=gubbins/*

all-local:
	pip install .

install-exec-local:
	pip install .

uninstall-local:
	rm -rf $(pythondir)/*gubbins*

clean-local:
	rm -rf $(pythondir)/build

check-local:
	pytest --cov-report xml --cov=gubbins gubbins/tests/