X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=bb17814d498dfc77399ddadcc40cbf61f405dad6;hp=1ced804db907bc0bbc937e543c0da9a30b9b5537;hb=c0647765763fe4165d9ccb6d028a29f94a61267c;hpb=2336b19ef37dd4350c2a708f248b3d294796cb27 diff --git a/Makefile b/Makefile index 1ced804..bb17814 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.2 VERSION=4.0 -PKGREL=6 +PKGREL=65 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}