diff --git a/Makefile b/Makefile index 5795440..6ee83da 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ $(DSC): $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + dinstall: $(DEBS) dpkg -i $(DEBS)