From 39ec2548e658590cad18ba3558bd6bc3669157c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 4 Sep 2025 14:30:34 +0200 Subject: buildsys: use grouped target for .deb files Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3