File: Makefile

package info (click to toggle)
python-pygit2 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,720 kB
  • sloc: ansic: 12,584; python: 9,337; sh: 205; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
.PHONY: build html

build:
	OPENSSL_VERSION=3.3.3 LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.1 sh build.sh

html: build
	make -C docs html