mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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-glut \
|
||||||
clean-rust-layers \
|
clean-rust-layers \
|
||||||
clean-rust-http-client \
|
clean-rust-http-client \
|
||||||
|
clean-libparserutils \
|
||||||
|
clean-libhubbub \
|
||||||
|
clean-servo-sandbox \
|
||||||
|
clean-rust-hubbub \
|
||||||
clean-servo \
|
clean-servo \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -268,7 +272,6 @@ check-rust-http-client:
|
||||||
check-rust-core-foundation:
|
check-rust-core-foundation:
|
||||||
$(MAKE) check -C src/rust-core-foundation
|
$(MAKE) check -C src/rust-core-foundation
|
||||||
|
|
||||||
|
|
||||||
# Clean targets
|
# Clean targets
|
||||||
|
|
||||||
.PHONY: clean $(CLEAN_DEPS)
|
.PHONY: clean $(CLEAN_DEPS)
|
||||||
|
@ -311,6 +314,18 @@ clean-rust-http-client:
|
||||||
clean-rust-core-foundation:
|
clean-rust-core-foundation:
|
||||||
$(MAKE) clean -C src/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:
|
clean-servo:
|
||||||
rm -f servo servo-test
|
rm -f servo servo-test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue