diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:05:17 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:07:31 +0200 |
commit | bfcc735f1a64ea1e68261352539866f73c73f813 (patch) | |
tree | 1623b0a3236773b65b845da5dc458676ae3907e7 /README.md | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.tar.gz privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.zip |
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Build using CMake. The project is Windows-only, so building with either MSVC or MinGW-64 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 build |