Skip to content

Commit 885bdf7

Browse files
committed
clean.mk: remove snapshot binaries as well.
1 parent cf02c2b commit 885bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/clean.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ clean-misc:
4949
$(Q)rm -Rf $(DOCS)
5050
$(Q)rm -Rf $(GENERATED)
5151
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs
52-
$(Q)rm -Rf $(PKG_NAME)-*.tar.gz dist
52+
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
5353
$(Q)rm -Rf $(foreach ext, \
5454
html aux cp fn ky log pdf pg toc tp vr cps, \
5555
$(wildcard doc/*.$(ext) \

0 commit comments

Comments
 (0)