10 lines
156 B
Makefile
10 lines
156 B
Makefile
set shell := ["bash", "-cu"]
|
|
|
|
mod bin "Commands/Bin"
|
|
mod lang "Commands/Lang"
|
|
mod setup "Commands/Setup"
|
|
|
|
[default]
|
|
help:
|
|
just --list --list-submodules
|