summaryrefslogtreecommitdiff
path: root/.makefile
diff options
context:
space:
mode:
Diffstat (limited to '.makefile')
-rw-r--r--.makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.makefile b/.makefile
index af4625b..ba7c056 100644
--- a/.makefile
+++ b/.makefile
@@ -14,6 +14,11 @@
# bootstrapping tasks need to get a Makefile first, then we use the Makefile to
# make our target.
+# Remind user when they are using GNUmakefile:
+ifeq ($(lastword $(MAKEFILE_LIST)),GNUmakefile)
+ $(info *** NOTE: GNUmakefile in use. ***)
+endif
+
MAKE_TARGETS := \
all \
all-am \