Commit 8fdbc63
committed
feat: glob-expand build/clean targets
eg.
```
🐚 ~/dev/ftl $ bit -c 'build/release/*'
…/ftl-controller| $ rm -rf build/release/ftl-controller
…ease/ftl-runner| $ rm -rf build/release/ftl-runner
…ild/release/ftl| $ rm -rf build/release/ftl
…ease/ftl-initdb| $ rm -rf build/release/ftl-initdb
🐚 ~/dev/ftl $ bit 'build/release/*'
…ild/release/ftl| $ go build -o build/release/ftl -tags release -ldflags "-X main.version=v0.71.12-1-g611af4e -X main.timestamp=$(date +%s)" ./cmd/ftl
…/ftl-controller| $ go build -o build/release/ftl-controller -tags release -ldflags "-X main.version=v0.71.12-1-g611af4e -X main.timestamp=$(date +%s)" ./cmd/ftl-controller
…ease/ftl-initdb| $ go build -o build/release/ftl-initdb -tags release -ldflags "-X main.version=v0.71.12-1-g611af4e -X main.timestamp=$(date +%s)" ./cmd/ftl-initdb
…ease/ftl-runner| $ go build -o build/release/ftl-runner -tags release -ldflags "-X main.version=v0.71.12-1-g611af4e -X main.timestamp=$(date +%s)" ./cmd/ftl-runner
```1 parent 7c5d312 commit 8fdbc63
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| |||
379 | 383 | | |
380 | 384 | | |
381 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
382 | 390 | | |
383 | 391 | | |
384 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
385 | 406 | | |
386 | 407 | | |
387 | 408 | | |
| |||
0 commit comments