9 lines
158 B
Makefile
9 lines
158 B
Makefile
set shell := ["bash", "-cu"]
|
|
|
|
mod local "Commands/Local"
|
|
mod remote "Commands/Remote"
|
|
|
|
# Show the full command tree.
|
|
help:
|
|
@just --list --list-submodules
|