Makefile: Set the default goal to a target that prints what's going on.

This commit is contained in:
Ouss4 2020-05-20 19:32:28 +01:00 committed by Xiang Xiao
parent 1a95cce1a3
commit cf867b2d43
1 changed files with 1 additions and 4 deletions

View File

@ -42,12 +42,9 @@
#
ifeq ($(wildcard .config),)
.DEFAULT:
.DEFAULT default:
@echo "Nuttx has not been configured:"
@echo " tools/configure.sh <target>"
clean distclean:
@:
else
include .config
ifeq ($(CONFIG_WINDOWS_NATIVE),y)