From: Fabian Grünbichler Date: Fri, 15 Sep 2017 07:36:37 +0000 (+0200) Subject: build: add deb target X-Git-Url: https://git.proxmox.com/?p=pve-firmware.git;a=commitdiff_plain;h=d6dee2a6117268bd612e2fa1044b1e0e623af8ab;ds=sidebyside build: add deb target --- diff --git a/Makefile b/Makefile index 4575acc..8217016 100644 --- 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