build: avoid meson warning

This commit is contained in:
Dirk-Jan C. Binnema 2023-04-09 10:02:17 +03:00
parent 0ab2371c5c
commit 1868e4f977
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ all: $(BUILDDIR)
@ln -sf $(BUILDDIR)/compile_commands.json $(CURDIR) || /bin/true
$(BUILDDIR):
@$(MESON) $(MESON_FLAGS) $(BUILDDIR)
@$(MESON) setup $(MESON_FLAGS) $(BUILDDIR)
check: test