[pve-devel] [stable-3 zfsonlinux 7/7] add make deb target

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Jun 28 15:12:01 CEST 2016


---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 7910af5..cfbcd5d 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ DEBS=${SPL_DEBS} ${ZFS_DEBS}
 
 all: ${DEBS}
 
+.PHONY: deb
+deb: ${DEBS}
+
 .PHONY: dinstall
 dinstall: ${DEBS}
 	dpkg -i ${DEBS}
-- 
2.1.4





More information about the pve-devel mailing list