File: Makefile

package info (click to toggle)
python-dmidecode 3.12.3-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 952 kB
  • sloc: ansic: 7,962; xml: 744; python: 595; makefile: 85; sh: 68
file content (8 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
PY_BIN := python3

test :
	$(PY_BIN) unit -vv

clean :
	rm -f *.{py[oc],o,so} *~