]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
cli_handler: make standard options opt-in
[pve-common.git] / Makefile
index 6af8e77fb11a0eb259fa4f565de54f08fda912fe..21bd7e049473b82e4291f96e53109a841c214ffc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VERSION=5.0
-PKGREL=34
+PKGREL=36
 
 PACKAGE=libpve-common-perl
 
@@ -18,8 +18,7 @@ dinstall: deb
 
 
 .PHONY: deb
-deb ${DEB}:
-       $(MAKE) -C test check
+deb ${DEB}: check
        rm -rf ${BUILDDIR}
        rsync -a src/ ${BUILDDIR}
        rsync -a debian/ ${BUILDDIR}/debian