diff --git a/Makefile b/Makefile index b300ee003d..39c4901eea 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,9 @@ serve: $(PLOVR_JAR) build/ol-all.js lint: gjslint --strict --limited_doc_files=$(subst $(space),$(comma),$(shell find externs -name \*.js)) $(SRC) $(filter-out $(TARGETS),$(shell find demos -name \*.js)) +.PHONY: plovr +plovr: $(PLOVR_JAR) + $(PLOVR_JAR): curl http://plovr.googlecode.com/files/$(notdir $@) > $@