Skip to content

Commit 2a0114e

Browse files
authored
Merge pull request #571 from vbatts/makefile_default_target
Makefile: suitable "default" target
2 parents a651ad6 + 7f59691 commit 2a0114e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)