Don't build package by default.

This commit is contained in:
Jack Moffitt 2013-10-14 13:02:37 -06:00
parent 4d8f7fd056
commit 5b131ef165

View file

@ -254,7 +254,7 @@ DEPS_servo = $(CRATE_servo) $(SRC_servo) $(DONE_SUBMODULES) $(DONE_util) $(DONE_
.DEFAULT_GOAL := all .DEFAULT_GOAL := all
.PHONY: all .PHONY: all
all: servo package all: servo
# Servo helper libraries # Servo helper libraries