From 4a6b13ed391229e6c345553702b05f5abd111f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 25 Sep 2012 16:06:37 +0200 Subject: [PATCH] Add a download plovr target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $@) > $@