aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-18 16:44:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-18 16:44:30 +0200
commit87ceabfa27c3b914cf15d61cbb5efce7904f0d1b (patch)
treeaaeb9744f45dfdc67e63521294f8289d85d5ec93 /build
parent9fd47f33ff267b5430cf926b8257c75ac9f15380 (diff)
downloadnissy-core-87ceabfa27c3b914cf15d61cbb5efce7904f0d1b.tar.gz
nissy-core-87ceabfa27c3b914cf15d61cbb5efce7904f0d1b.zip
Updated build help message
Diffstat (limited to 'build')
-rwxr-xr-xbuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/build b/build
index 471e2ee..47f62e4 100755
--- a/build
+++ b/build
@@ -162,11 +162,11 @@ fi
162build_help() { 162build_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
186build_config() { 190build_config() {

Generated with cgit - Back to sebastiano.tronto.net