diff options
| author | Wolfgang Bumiller <w.bumiller@proxmox.com> | 2025-09-04 14:30:34 +0200 |
|---|---|---|
| committer | Wolfgang Bumiller <w.bumiller@proxmox.com> | 2025-09-04 14:30:34 +0200 |
| commit | 39ec2548e658590cad18ba3558bd6bc3669157c0 (patch) | |
| tree | 04d35c2281f318b20a24d66f0ef4477c59eee295 | |
| parent | d71582f1b2e8d07898eaeaf4443e9fd54fc4a4a9 (diff) | |
buildsys: use grouped target for .deb files
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ $(BUILDDIR): src debian .PHONY: deb deb: $(DEBS) -$(DEBS): $(BUILDDIR) +$(DEBS) &: $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -b -us -uc lintian $(DEBS) |
