From 1ec4ac7d63e860635a10ae050f36f5cb3e52e94a Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 29 Sep 2012 13:25:08 +0200 Subject: [PATCH] Add build-examples to precommit target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a1c8a7f29..4dfa2ac1b3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ space := $(empty) $(empty) all: build-all build examples .PHONY: precommit -precommit: lint build-all test doc build +precommit: lint build-all test doc build build-examples .PHONY: build build: build/ol.css build/ol.js