Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #434 #438

Merged
merged 1 commit into from May 11, 2013
Merged

Fixed #434 #438

Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixed #434

Added "clean-servo-util" and "clean-servo-net" make targets
Added new targets to "clean-servo" target
  • Loading branch information
khodzha committed May 11, 2013
commit 37a94dcd16c9db34b611a119781c53fb1f0410e3
@@ -28,5 +28,11 @@ clean-fast: $(DEPS_CLEAN_TARGETS_FAST) clean-servo
clean-servo-gfx:
cd $(B)/src/servo-gfx/ && rm -rf libservo_gfx*.dylib $(DONE_servo_gfx)

clean-servo: clean-servo-gfx
clean-servo-net:
cd $(B)/src/servo-net/ && rm -rf libservo_net*.dylib $(DONE_servo_net)

clean-servo-util:
cd $(B)/src/servo-util/ && rm -rf libservo_util*.dylib $(DONE_servo_util)

clean-servo: clean-servo-gfx clean-servo-net clean-servo-util
rm -f servo servo-test
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.