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

View File

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