We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8037b61 + 8d0eb87 commit bbc5473Copy full SHA for bbc5473
build_system/src/main.rs
@@ -34,11 +34,11 @@ Options:
34
--help : Displays this help message.
35
36
Commands:
37
- cargo : Executes a cargo command.
+ cargo : Executes a cargo command.
38
rustc : Compiles the program using the GCC compiler.
39
clean : Cleans the build directory, removing all compiled files and artifacts.
40
prepare : Prepares the environment for building, including fetching dependencies and setting up configurations.
41
- build : Compiles the project.
+ build : Compiles the project.
42
test : Runs tests for the project.
43
info : Displays information about the build environment and project configuration.
44
clone-gcc : Clones the GCC compiler from a specified source.
0 commit comments