mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add more clean targets
This commit is contained in:
parent
977389d2a3
commit
7f91b55189
1 changed files with 16 additions and 1 deletions
17
Makefile.in
17
Makefile.in
|
@ -106,6 +106,10 @@ CLEAN_DEPS += \
|
|||
clean-rust-glut \
|
||||
clean-rust-layers \
|
||||
clean-rust-http-client \
|
||||
clean-libparserutils \
|
||||
clean-libhubbub \
|
||||
clean-servo-sandbox \
|
||||
clean-rust-hubbub \
|
||||
clean-servo \
|
||||
$(NULL)
|
||||
|
||||
|
@ -268,7 +272,6 @@ check-rust-http-client:
|
|||
check-rust-core-foundation:
|
||||
$(MAKE) check -C src/rust-core-foundation
|
||||
|
||||
|
||||
# Clean targets
|
||||
|
||||
.PHONY: clean $(CLEAN_DEPS)
|
||||
|
@ -311,6 +314,18 @@ clean-rust-http-client:
|
|||
clean-rust-core-foundation:
|
||||
$(MAKE) clean -C src/rust-core-foundation
|
||||
|
||||
clean-libparserutils:
|
||||
$(MAKE) clean -C src/libparserutils
|
||||
|
||||
clean-libhubbub:
|
||||
$(MAKE) clean -C src/libhubbub
|
||||
|
||||
clean-servo-sandbox:
|
||||
$(MAKE) clean -C src/servo-sandbox
|
||||
|
||||
clean-rust-hubbub:
|
||||
$(MAKE) clean -C src/rust-hubbub
|
||||
|
||||
clean-servo:
|
||||
rm -f servo servo-test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue