]> git.proxmox.com Git - pve-installer.git/commitdiff
build: add deb target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Aug 2017 07:42:33 +0000 (09:42 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Aug 2017 07:42:40 +0000 (09:42 +0200)
Makefile

index 7c1d986750249760a617cbbaf55f1590b50f4b70..b1c2b8369f8e0bb780204c57616b097afff9043a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ INSTALLER_SOURCES=            \
 
 HTML_SOURCES=$(wildcard html/*.htm) $(wildcard html/*.css) $(wildcard html/*.png)
 
+deb: ${DEB}
 ${DEB}: ${INSTALLER_SOURCES} ${HTML_SOURCES} Makefile html/Makefile
        rm -rf debian
        mkdir debian