Clean up Debian artifacts
This commit is contained in:
parent
55dd8d743d
commit
d38a5df36f
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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user