X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1f8386ed96441ffee2c97a33b02cc8a109b13166;hb=d601e17b1044e85b97d37512e045c3f095eaa833;hp=7469272eac389ea2012dbc92db9b57c1aa51940a;hpb=dc1c21d323affe3c4a3ff0f458fa1828eafd7753;p=pve-common.git diff --git a/Makefile b/Makefile index 7469272..1f8386e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.1 VERSION=4.0 -PKGREL=8 +PKGREL=45 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}