diff --git a/README.md b/README.md index 2003abe..3b27e1e 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,12 @@ OPENMP = -fopenmp make ``` -You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set. -Intermediate build results are located in the `` directory. +You can build multiple toolchains in the same directory, but notice that the Makefile is only acting on the one currently set. Intermediate build results are located in the `` directory. + +To output the executed commands use: +``` +make Q= +``` 4. Clean up with: ```