summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a757607f..112475b87 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@
#
########################################################################
+
+ifndef MAKEFILE_INCLUDED
+MAKEFILE_INCLUDED := 1
+
+
SHELL := /usr/bin/env bash -Eeuo pipefail
@@ -239,3 +244,6 @@ help-variables:
.DELETE_ON_ERROR:
+
+
+endif #include guard