diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:33:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:33:55 +0200 |
commit | 16cfe4827f4e2c9796a4b283077c5522a04a4da3 (patch) | |
tree | 1a72e35f03af2de1d45408cbb3cb4ec8dd4ba663 /README.md | |
parent | ctest: don't use the -C parameter (diff) | |
download | cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.tar.gz cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.zip |
rename Makefile parameters & update README
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ directory: make build +This command makes a CMake build directory in build/cmake/ and executes `make` +there. + +The default is to build using clang in `Release` configuration. +You can choose a different compiler and configuration like so: + + make build COMPILER=gcc CONFIGURATION=Debug + ### Testing After building, you can run the "test suite" (depends on Pytest). |