From 3af874dd9ec72882a57f5075a1101ce9562ac75e Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Mon, 11 Mar 2019 12:26:38 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: ```