Clean up Debian artifacts

This commit is contained in:
Ryan Cavicchioni 2021-04-10 03:48:09 +00:00
parent 55dd8d743d
commit d38a5df36f
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -67,4 +67,8 @@ deb:
$(Q) mv $(DEBBUILDDIR)/*.tar.* $(BUILDDIR) $(Q) mv $(DEBBUILDDIR)/*.tar.* $(BUILDDIR)
deb-clean: deb-clean:
$(Q) rm -rf $(CURDIR)/build/deb $(Q) rm -rf $(DEBBUILDDIR)
$(Q) rm $(BUILDDIR)/*.changes
$(Q) rm $(BUILDDIR)/*.buildinfo
$(Q) rm $(BUILDDIR)/*.deb
$(Q) rm $(BUILDDIR)/*.tar.*