BUILDDIR="build" all: configure meson compile -C $(BUILDDIR) configure: meson setup $(BUILDDIR) test: configure meson test -vC $(BUILDDIR)