summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Bumiller <w.bumiller@proxmox.com>2025-09-04 14:30:34 +0200
committerWolfgang Bumiller <w.bumiller@proxmox.com>2025-09-04 14:30:34 +0200
commit39ec2548e658590cad18ba3558bd6bc3669157c0 (patch)
tree04d35c2281f318b20a24d66f0ef4477c59eee295
parentd71582f1b2e8d07898eaeaf4443e9fd54fc4a4a9 (diff)
buildsys: use grouped target for .deb files
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a62f35..9ced6fa 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ $(BUILDDIR): src debian
.PHONY: deb
deb: $(DEBS)
-$(DEBS): $(BUILDDIR)
+$(DEBS) &: $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
lintian $(DEBS)