9 lines
130 B
Makefile
9 lines
130 B
Makefile
set shell := ["bash", "-cu"]
|
|
|
|
mod local "Commands/Local"
|
|
mod test "Commands/Test"
|
|
|
|
[default]
|
|
help:
|
|
just --list --list-submodules
|