Fix DOM binding generation to use proper output directory.

This commit is contained in:
Josh Matthews 2014-01-24 15:40:19 -08:00
parent 2ee9d2be83
commit 97d2ce98c4
2 changed files with 4 additions and 4 deletions

View file

@ -52,4 +52,4 @@ clean-style:
clean-servo: clean-gfx clean-util clean-net clean-script clean-msg clean-style
@$(call E, "cleaning servo")
$(Q)rm -f servo servo-test $(foreach lib_crate,$(SERVO_LIB_CRATES),servo-test-$(lib_crate)) libservo*.so
$(Q)cd $(BINDINGS_SRC) && rm -f *.pkl
$(Q)cd $(BINDINGS_SRC) && rm -f *.pkl *.rs