Skip to content

Commit a8c0c2b

Browse files
committed
make clean delete all .o files from rt directory
1 parent 0668eed commit a8c0c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/clean.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ clean-misc:
2828
$(Q)rm -f $(GENERATED)
2929
$(Q)rm -f rustllvm/$(CFG_RUSTLLVM) rustllvm/rustllvmbits.a
3030
$(Q)rm -f rt/$(CFG_RUNTIME)
31+
$(Q)find rt -name '*.o' -delete
3132
$(Q)rm -f libuv/uv.a
3233
$(Q)rm -Rf $(wildcard libuv/src/*/*)
3334
$(Q)rm -f $(wildcard libuv/src/*.o)

0 commit comments

Comments
 (0)