From cf867b2d43643ac262d7ac216892099aad24df69 Mon Sep 17 00:00:00 2001 From: Ouss4 Date: Wed, 20 May 2020 19:32:28 +0100 Subject: [PATCH] Makefile: Set the default goal to a target that prints what's going on. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b0d59b3e8e0..ea1866ad4fa 100644 --- a/Makefile +++ b/Makefile @@ -42,12 +42,9 @@ # ifeq ($(wildcard .config),) -.DEFAULT: +.DEFAULT default: @echo "Nuttx has not been configured:" @echo " tools/configure.sh " - -clean distclean: - @: else include .config ifeq ($(CONFIG_WINDOWS_NATIVE),y)