]> git.proxmox.com Git - pve-firmware.git/commitdiff
build: add deb target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 15 Sep 2017 07:36:37 +0000 (09:36 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 27 Sep 2017 08:19:30 +0000 (10:19 +0200)
Makefile

index 4575acc5649382cb3aed1c015e1ef758f022b5e6..82170162b1a10651ba46519046ee48f551fb4c93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
 
 DEBS=${FW_DEB}
 
+.PHONY: deb
+deb: ${DEBS}
+
 ${FW_DEB}: fwdata
        cp -a debian fwdata
        echo "git clone git://git.proxmox.com/git/pve-firmware.git\\ngit checkout ${GITVERSION}" >fwdata/debian/SOURCE