Add precommit target

This commit is contained in:
Tom Payne
2012-09-25 12:25:14 +02:00
parent c2e08861e5
commit f2cd64f66f

View File

@@ -10,6 +10,9 @@ space := $(empty) $(empty)
.PHONY: all
all: build demos
.PHONY: precommit
precommit: lint test build
.PHONY: build
build: build/ol.js