diff --git a/Makefile b/Makefile index 1dd0eef..5145d66 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: submodule submodule: test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)