diff --git a/Makefile b/Makefile index 9a4abd9173578cbffc7a7b7260e8a681101fc5a6..78d76f72b5a1d061e9030fd0b5fba2beedf493f2 100644 --- a/Makefile +++ b/Makefile @@ -87,3 +87,12 @@ doc: conan-debug: conan-install-debug conan-create-debug .PHONY: conan-debug + +conan-build: + conan build . -s $(CONAN_SETTINGS) -s build_type=Release + +conan-build-debug: + conan build . -s $(CONAN_SETTINGS) -s build_type=Debug + +clean: + rm -rf build \ No newline at end of file