File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ DOC_FILENAME ?= oci-image-spec
4040
4141EPOCH_TEST_COMMIT ?= v0.2.0
4242
43+ TOOLS := esc gitvalidation glide glide-vc
44+
4345default : check-license lint test
4446
4547help :
@@ -111,7 +113,10 @@ else
111113 git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
112114endif
113115
114- install.tools : .install.gitvalidation .install.glide .install.glide-vc
116+ install.tools : $(TOOLS:%=.install.% )
117+
118+ .install.esc :
119+ go get -u github.com/mjibson/esc
115120
116121.install.gitvalidation :
117122 go get -u github.com/vbatts/git-validation
@@ -126,6 +131,7 @@ clean:
126131 rm -rf * ~ $(OUTPUT_DIRNAME ) header.html
127132
128133.PHONY : \
134+ $(TOOLS:%=.install.% ) \
129135 validate-examples \
130136 check-license \
131137 clean \
You can’t perform that action at this time.
0 commit comments