Skip to content

Commit 7f59691

Browse files
committed
Makefile: suitable "default" target
I like that there is a "help" target, but the default ought to do sensible things. :-) Signed-off-by: Vincent Batts <[email protected]>
1 parent 5ef499e commit 7f59691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DOC_FILENAME ?= oci-image-spec
4040

4141
EPOCH_TEST_COMMIT ?= v0.2.0
4242

43-
default: help
43+
default: check-license lint test
4444

4545
help:
4646
@echo "Usage: make <target>"

0 commit comments

Comments
 (0)