diff options
| author | Chloe M <chloe@faracom.org> | 2026-08-16 04:11:31 -0500 |
|---|---|---|
| committer | Chloe M <chloe@faracom.org> | 2026-08-16 04:11:31 -0500 |
| commit | 0213384f64f49729e09c8e4e01c43d4dd876f7e6 (patch) | |
| tree | f3dbc5df9a03cf540cead3431a424b10fe055350 /build.sh | |
| parent | 0d185faaed5db14bf3c9d42d92337c9d749021c7 (diff) | |
build: Specify cleaner BUILD_DIRS variablemain
Signed-off-by: Chloe M <chloe@faracom.org>
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/bin/bash +BUILD_DIRS="levd:newpass:checkenv:" + mkdir -p bin/ -BOP_BUILD=levd bop build -BOP_BUILD=newpass bop build -BOP_BUILD=checkenv bop build +BOP_BUILD=$BUILD_DIRS bop build |
