Skip to content

Commit

Permalink
Added make clean rules for rust-glut and rust-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyerho committed Jul 10, 2012
1 parent 104cca3 commit b092254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.in
Expand Up @@ -237,6 +237,14 @@ clean-rust-geom:
clean-rust-opengles:
$(MAKE) clean -C src/rust-opengles

.PHONY: clean-rust-glut
clean-rust-opengles:
$(MAKE) clean -C src/rust-glut

.PHONY: clean-rust-layers
clean-rust-opengles:
$(MAKE) clean -C src/rust-layers

.PHONY: clean-servo
clean-servo:
rm -f servo servo-test
Expand Down

0 comments on commit b092254

Please sign in to comment.