From 61a5d100b0f404496c7b99bf40350f4da475fe8e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 31 Dec 2019 17:42:48 -0600 Subject: [PATCH] [nostalgia] Add conan command to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a8f6412d..73ab2d74 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ devenv-destroy: devenv-shell: ${ENV_RUN} bash +conan: + @mkdir -p conanbuild && cd conanbuild && conan install ../ + configure-release: ${ENV_RUN} rm -rf build/${HOST_ENV}-release ${ENV_RUN} ./scripts/setup-build ${HOST_ENV} release