build: avoid meson warning
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user