]> git.proxmox.com Git - proxmox-acme.git/blobdiff - Makefile
bump version to 1.5.1
[proxmox-acme.git] / Makefile
index 5795440a744f28465b387602eed674fe159b9b28..9c214bcdfa8962779a19fc73ed79459e498b8e2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,12 +38,15 @@ $(DSC): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 dinstall: $(DEBS)
        dpkg -i $(DEBS)
 
 .PHONY: clean
 clean:
-       rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
+       rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.build *.changes *.dsc *.tar.?z
 
 .PHONY: upload
 upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)