Skip to content

Commit

Permalink
build: add build-all target
Browse files Browse the repository at this point in the history
Add a `build-all` target in order to use the corresponding target in
Twoliter's embedded Makefile.toml.

Signed-off-by: Ben Cressey <[email protected]>
  • Loading branch information
bcressey committed Sep 19, 2024
1 parent 6ac4c13 commit 8587bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ run_task = "run-twoliter"
dependencies = ["fetch-external-kits"]
run_task = "run-twoliter"

[tasks.build-all]
dependencies = ["fetch-external-kits"]
run_task = "run-twoliter"

[tasks.repack-variant]
run_task = "run-twoliter"

Expand Down

0 comments on commit 8587bf0

Please sign in to comment.