diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-18 16:44:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-18 16:44:30 +0200 |
| commit | 87ceabfa27c3b914cf15d61cbb5efce7904f0d1b (patch) | |
| tree | aaeb9744f45dfdc67e63521294f8289d85d5ec93 | |
| parent | 9fd47f33ff267b5430cf926b8257c75ac9f15380 (diff) | |
| download | nissy-core-87ceabfa27c3b914cf15d61cbb5efce7904f0d1b.tar.gz nissy-core-87ceabfa27c3b914cf15d61cbb5efce7904f0d1b.zip | |
Updated build help message
| -rwxr-xr-x | build | 14 |
1 files changed, 9 insertions, 5 deletions
| @@ -162,11 +162,11 @@ fi | |||
| 162 | build_help() { | 162 | build_help() { |
| 163 | echo "Build system for nissy. Usage:" | 163 | echo "Build system for nissy. Usage:" |
| 164 | echo "" | 164 | echo "" |
| 165 | echo "$0 TARGET # build the given TARGET" | 165 | echo "$0 [-d] TARGET # build the given TARGET" |
| 166 | echo "$0 # same as '$0 nissy'" | 166 | echo "$0 [-d] # same as '$0 nissy [-d]'" |
| 167 | echo "$0 test [PATTERN] # run unit tests (matching PATTERN)" | 167 | echo "$0 test [PATTERN] # run unit tests (matching PATTERN)" |
| 168 | echo "$0 webtest [PATTERN] # same as test, but for WASM build" | 168 | echo "$0 webtest [PATTERN] # same as test, but for WASM build" |
| 169 | echo "$0 tool PATTERN # run the tool matching PATTERN" | 169 | echo "$0 [-d] tool PATTERN # run the tool matching PATTERN" |
| 170 | echo "" | 170 | echo "" |
| 171 | echo "targets:" | 171 | echo "targets:" |
| 172 | echo "" | 172 | echo "" |
| @@ -181,6 +181,10 @@ build_help() { | |||
| 181 | echo "help Show this help message" | 181 | echo "help Show this help message" |
| 182 | echo "config Show build configuration and exit" | 182 | echo "config Show build configuration and exit" |
| 183 | echo "clean Remove all build files" | 183 | echo "clean Remove all build files" |
| 184 | echo "" | ||
| 185 | echo "The -d option activates debug mode (slower, used for testing)." | ||
| 186 | echo "Tests are automatically built in debug mode even without -d." | ||
| 187 | echo "For more on build configurations, see the comments in ./build" | ||
| 184 | } | 188 | } |
| 185 | 189 | ||
| 186 | build_config() { | 190 | build_config() { |
