]> git.proxmox.com Git - corosync-pve.git/commitdiff
buildsys: deb target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Feb 2017 14:16:19 +0000 (15:16 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Feb 2017 14:16:19 +0000 (15:16 +0100)
Makefile

index 580845b3ca7ab986881352fa95ba385d2e6bc91a..a84bc6ffbcc96ec337e2421e532830cdbcd49c25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,9 @@ DEBS := $(DEB1) $(DEB2)
 all: ${DEBS}
        echo ${DEBS}
 
+.PHONY: deb
+deb: $(DEB1)
 $(DEB2): $(DEB1)
-
 ${DEB1}: ${CSSRC}
        rm -rf ${CSDIR}
        tar xf ${CSSRC}