File: Makefile

package info (click to toggle)
python-pygit2 1.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,328 kB
  • sloc: ansic: 11,016; python: 5,943; sh: 275; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
.PHONY: build html

build:
	python setup.py build_ext --inplace -g

html:
	cd docs && find . -name "*rst" | entr make html