diff --git a/README.md b/README.md index 313668e..6e9962b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ As added benefit the code is a blueprint for a minimal benchmarking application 1. Configure the toolchain and additional options in `config.mk`: ``` -TAG = GCC # Supported GCC, CLANG, ICC -ENABLE_OPENMP = false +# Supported: GCC, CLANG, ICC +TAG ?= GCC +ENABLE_OPENMP ?= false OPTIONS = -DSIZE=40000000ull OPTIONS += -DNTIMES=10