aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:33:49 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:33:55 +0200
commit16cfe4827f4e2c9796a4b283077c5522a04a4da3 (patch)
tree1a72e35f03af2de1d45408cbb3cb4ec8dd4ba663 /README.md
parentctest: don't use the -C parameter (diff)
downloadcimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.tar.gz
cimple-16cfe4827f4e2c9796a4b283077c5522a04a4da3.zip
rename Makefile parameters & update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4045246..1f4e4ea 100644
--- a/README.md
+++ b/README.md
@@ -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).