From 7f596917ed23a329a116f95e2708a2a065a42475 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 13 Feb 2017 10:21:02 -0500 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc2fb08d9..28f805018 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ DOC_FILENAME ?= oci-image-spec EPOCH_TEST_COMMIT ?= v0.2.0 -default: help +default: check-license lint test help: @echo "Usage: make "