You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Take a look at this [cmake project](https://github.com/coderrect-inc/CloverLeaf_
24
24
## Inputs
25
25
-`buildCommand`
26
26
- Default: `"make -j"`
27
-
- Description: The command to build your project. For example, the task to build your whole project might be `make all` instead of `make`.
27
+
- Description: The command to build your project. For example, the command to build your whole project might be `make all` instead of `make`.
28
28
-`cleanCommand`
29
29
- Default: `"make clean"`
30
30
- Description: The command to clean your previous build. Coderrect need to capture the building process of your project for analysis, therefore if your have a test build before applying Coderrect, we need to clean your test build.
0 commit comments