mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix Makefile typos
This commit is contained in:
parent
0f1e778653
commit
7d443f14ab
1 changed files with 2 additions and 2 deletions
|
@ -239,11 +239,11 @@ clean-rust-opengles:
|
|||
$(MAKE) clean -C src/rust-opengles
|
||||
|
||||
.PHONY: clean-rust-glut
|
||||
clean-rust-opengles:
|
||||
clean-rust-glut:
|
||||
$(MAKE) clean -C src/rust-glut
|
||||
|
||||
.PHONY: clean-rust-layers
|
||||
clean-rust-opengles:
|
||||
clean-rust-layers:
|
||||
$(MAKE) clean -C src/rust-layers
|
||||
|
||||
.PHONY: clean-servo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue