From 4e5765f42f82aef51d56b76258d1220867bd0972 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 29 Sep 2012 13:41:09 +0200 Subject: [PATCH] Add missing dependencies to examples/%.combined.js target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dfa2ac1b3..b60c5cf425 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ examples: $(subst .html,.json,$(EXAMPLES)) examples/%.json: Makefile base.json echo "{\"id\": \"$(basename $(notdir $@))\", \"inherits\": \"../base.json\", \"inputs\": [\"$(subst .json,.js,$@)\", \"build/src/internal/src/types.js\"]}" > $@ -examples/%.combined.js: $(PLOVR_JAR) base.json examples/%.js +examples/%.combined.js: $(PLOVR_JAR) $(SRC) $(INTERNAL_SRC) base.json examples/%.js java -jar $(PLOVR_JAR) build $(subst .combined.js,.json,$@) >$@ @echo $@ "uncompressed:" $$(wc -c <$@) bytes @echo $@ " compressed:" $$(gzip -9 -c <$@ | wc -c) bytes