X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=ea266d566592517f90602ff6a08ef640bdd068c2;hp=7469272eac389ea2012dbc92db9b57c1aa51940a;hb=b249031c648477e18092612899a697233ae7c645;hpb=dc1c21d323affe3c4a3ff0f458fa1828eafd7753 diff --git a/Makefile b/Makefile index 7469272..ea266d5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.1 VERSION=4.0 -PKGREL=8 +PKGREL=52 PACKAGE=libpve-common-perl @@ -25,7 +25,8 @@ dinstall: deb .PHONY: deb -deb ${DEB}: +deb ${DEB}: + $(MAKE) -C test check rm -rf build rsync -a src/ build rsync -a debian/ build/debian @@ -40,6 +41,9 @@ clean: .PHONY: distclean distclean: clean +.PHONY: check +check: + $(MAKE) -C test check .PHONY: upload upload: ${DEB}