mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Fix DOM binding generation to use proper output directory.
This commit is contained in:
parent
2ee9d2be83
commit
97d2ce98c4
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue