mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
14 lines
252 B
Makefile
14 lines
252 B
Makefile
import "Justfile-gen"
|
|
import "Justfile-apps"
|
|
import "Justfile-db"
|
|
import "Justfile-misc"
|
|
import "Justfile-migrate"
|
|
import "Justfile-test"
|
|
import "Justfile-bench"
|
|
import "Justfile-dataset"
|
|
import "Justfile-repo"
|
|
|
|
[private]
|
|
interactive:
|
|
-@just --choose
|