diff --git a/Makefile b/Makefile index ce3d3bc..4415137 100644 --- a/Makefile +++ b/Makefile @@ -43,3 +43,6 @@ dsc: $(DSC) $(DSC): $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d + +sbuild: $(DSC) + sbuild $(DSC)