Makefile made a lot of assumption regarding the system to compile for. It was also limited to the Linux (and possibly BSD) only, without the way to compile for macOS or Windows.
Changes since v1: - Remove Makefile Anton Kochkov (2): contrib/plugins: add meson build file contrib/plugins: remove Makefile contrib/plugins/Makefile | 46 ------------------------------- contrib/plugins/meson.build | 31 +++++++++++++++++++++ contrib/plugins/meson_options.txt | 1 + 3 files changed, 32 insertions(+), 46 deletions(-) delete mode 100644 contrib/plugins/Makefile create mode 100644 contrib/plugins/meson.build create mode 100644 contrib/plugins/meson_options.txt -- 2.41.0