Clean up Debian artifacts
This commit is contained in:
6
Makefile
6
Makefile
@ -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.*
|
||||||
|
Reference in New Issue
Block a user