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

@@ -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.