summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)