X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=deb55707ba8ae64a309cc92260d6066f5db86696;hp=413c69bc0583b74e0b9a369b76ed5ac87572760d;hb=53c255218ebec327f881a479a7be1e04646ae2e9;hpb=2c4ec58c523fd64e2196eeabd9e0bc063855c118 diff --git a/Makefile b/Makefile index 413c69b..deb5570 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.1 VERSION=4.0 -PKGREL=7 +PKGREL=50 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}