aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9390463762..1683c558e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
filter-false = $(strip $(filter-out 0 off OFF false FALSE,$1))
filter-true = $(strip $(filter-out 1 on ON true TRUE,$1))
+# See contrib/local.mk.example
-include local.mk
CMAKE_BUILD_TYPE ?= Debug