File: Makefile.am

package info (click to toggle)
gubbins 3.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,012 kB
  • sloc: python: 5,345; ansic: 5,080; sh: 242; makefile: 130; cpp: 27
file content (16 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
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/