make clean delete all .o files from rt directory

This commit is contained in:
Niko Matsakis 2011-11-07 21:51:14 -08:00
parent 0668eed81e
commit a8c0c2b871

View File

@ -28,6 +28,7 @@ clean-misc:
$(Q)rm -f $(GENERATED)
$(Q)rm -f rustllvm/$(CFG_RUSTLLVM) rustllvm/rustllvmbits.a
$(Q)rm -f rt/$(CFG_RUNTIME)
$(Q)find rt -name '*.o' -delete
$(Q)rm -f libuv/uv.a
$(Q)rm -Rf $(wildcard libuv/src/*/*)
$(Q)rm -f $(wildcard libuv/src/*.o)