aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mk/clean.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/clean.mk b/mk/clean.mk
index db92a5df392..a47b69c694f 100644
--- a/mk/clean.mk
+++ b/mk/clean.mk
@@ -26,19 +26,19 @@ clean-fast: $(DEPS_CLEAN_TARGETS_FAST) clean-servo
$(Q)echo "$(filter-out $(SLOW_BUILDS),$(DEPS_CLEAN_ALL))"
clean-util:
- cd $(B)/src/components/util/ && rm -rf libutil*.dylib $(DONE_util)
+ cd $(B)/src/components/util/ && rm -rf libutil*.{dylib,so} $(DONE_util)
clean-msg:
- cd $(B)/src/components/msg/ && rm -rf libmsg*.dylib $(DONE_msg)
+ cd $(B)/src/components/msg/ && rm -rf libmsg*.{dylib,so} $(DONE_msg)
clean-net:
- cd $(B)/src/components/net/ && rm -rf libnet*.dylib $(DONE_net)
+ cd $(B)/src/components/net/ && rm -rf libnet*.{dylib,so} $(DONE_net)
clean-gfx:
- cd $(B)/src/components/gfx/ && rm -rf libgfx*.dylib $(DONE_gfx)
+ cd $(B)/src/components/gfx/ && rm -rf libgfx*.{dylib,so} $(DONE_gfx)
clean-script:
- cd $(B)/src/components/script/ && rm -rf libscript*.dylib $(DONE_script)
+ cd $(B)/src/components/script/ && rm -rf libscript*.{dylib,so} $(DONE_script)
-clean-servo: clean-gfx clean-util clean-net clean-script
+clean-servo: clean-gfx clean-util clean-net clean-script clean-msg
rm -f servo servo-test