From 9400c8706f8cd985893f6ede5da66bbd17b03d44 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 Jul 2023 02:54:07 +0200 Subject: update cmake-common Also, change the build directory to build/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c562cd..0154a10 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Depends on Boost.{Filesystem,Program_options,Test}. The project is Windows-only, so building with either MSVC or MinGW-w64 is required. -There's a Makefile with useful shortcuts to build the project in the .build/ +There's a Makefile with useful shortcuts to build the project in the build/ directory along with the dependencies (defaults to building with MinGW-w64): make deps -- cgit v1.2.3