aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 02:34:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 02:34:29 +0200
commit0c196cbe8b4927c78c02b2c7312fc69a507db845 (patch)
treeb39ea8e1379513085fdae52f1a347779f6556dc7 /README.md
parentMakefile: move the prelude to prelude.mk (diff)
downloadwinapi-common-0c196cbe8b4927c78c02b2c7312fc69a507db845.tar.gz
winapi-common-0c196cbe8b4927c78c02b2c7312fc69a507db845.zip
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e1a261..1abbfd2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Depends on Boost.Test and Python 3 for running the tests.
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 (defaults to building with MinGW-w64):
make deps