From: Fabian Grünbichler Date: Thu, 10 Nov 2016 14:40:35 +0000 (+0100) Subject: build: rename grub target to deb X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b62323118e1ab01bb9c9b9e4074521ba0ac9b9e5;p=zfs-grub.git build: rename grub target to deb --- diff --git a/Makefile b/Makefile index c999103..af5d0c7 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ all: ${DEBS} dinstall: ${DEBS} dpkg -i ${PC_DEBS} -.PHONY: grub -grub ${DEBS}: +.PHONY: deb +deb ${DEBS}: rm -rf ${GRUB_DIR} tar xf ${GRUB_SRC} mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org