summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config.example9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 041bc8de3..b2fc6a5dd 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -1,9 +1,12 @@
#
-# NetSurf default build configuration
+# NetSurf build configuration example
#
-# This file is included after Makefile.defaults and can be used to
-# provide local build configuration overrides.
+# To configure NetSurf's build options create a Makefile.config file. This is
+# an example Makefile.config.
#
+# To see the available config options, look at Makefile.defaults
+
+
# For example, by default, NetSurf builds with BMP support. If you
# wish to disable this, then uncomment the following line.