From ded89f6343e86c580fcd29c4b2da46a754496c47 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Mon, 1 Jul 2024 19:28:23 +0100 Subject: [PATCH] Make fixes based on #22 review --- Makefile | 2 +- meson.options => meson_options.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meson.options => meson_options.txt (100%) 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