File: Makefile

package info (click to toggle)
python-pygit2 1.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,888 kB
  • sloc: ansic: 12,381; python: 11,640; sh: 210; 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.5.4 LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.2 sh build.sh

html: build
	make -C docs html