diff --git a/Makefile b/Makefile index fb55c24..ed09ea8 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ $(DSC): $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB)