[Build] Fixed deprecated warning in Makefile

This commit is contained in:
Valéry Febvre
2022-11-10 00:53:11 +01:00
parent b46c0b45f9
commit 7ab5600065

View File

@@ -16,7 +16,7 @@ help:
setup: ## Setup build folder.
mkdir -p $(BUILD)
meson . $(BUILD)
meson setup . $(BUILD)
local: ## Configure a local build.
meson configure $(BUILD) -Dprefix=$$(pwd)/$(BUILD)/testdir