From bdfc6d28fcd6f634d5835c1ca7ac0e63da5e2b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 2 Aug 2017 14:45:53 +0200 Subject: [PATCH] build: add deb target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 010619a..05e409e 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,8 @@ LINUX_TOOLS_DEB=${LINUX_TOOLS_PKG}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb DEBS=${DST_DEB} ${HDR_DEB} ${PVE_DEB} ${VIRTUAL_HDR_DEB} ${LINUX_TOOLS_DEB} -all: check_gcc ${DEBS} +all: check_gcc deb +deb: ${DEBS} pve: $(PVE_DEB) ${PVE_DEB}: proxmox-ve/control proxmox-ve/postinst ${PVE_RELEASE_KEYS}