diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:00:37 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:00:37 +0200 |
commit | 4bcbf7dbadb234657c6853c26e113184c74eb0a2 (patch) | |
tree | 091ca8b505b277c9cb3cc228eb25836438b6b4bf /README.md | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | aes-tools-4bcbf7dbadb234657c6853c26e113184c74eb0a2.tar.gz aes-tools-4bcbf7dbadb234657c6853c26e113184c74eb0a2.zip |
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Depends on Boost.{Filesystem,Program_options}. 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 |