diff --git a/Makefile b/Makefile index 66a6e24..28562a1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DIST_DIR := dist # Add "-D[option]=[value]" here as necessary MESON_OPTIONS := # For options that shouldn't be committed -include MesonLocalOptions.mk +-include MesonLocalOptions.mk # ----------------------------------------------------------------------------- # Targets diff --git a/meson.options b/meson_options.txt similarity index 100% rename from meson.options rename to meson_options.txt