diff options
| author | Fuwn <[email protected]> | 2025-03-02 02:58:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-02 02:58:44 -0800 |
| commit | 8e84b7514fa3475546ada9ae0a22ada285552699 (patch) | |
| tree | 53c529f06a794f33679cd1475ea616b589a7365f /justfile | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-8e84b7514fa3475546ada9ae0a22ada285552699.tar.xz sora-testing-8e84b7514fa3475546ada9ae0a22ada285552699.zip | |
feat: Development commit
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..6ed528d --- /dev/null +++ b/justfile @@ -0,0 +1,15 @@ +import? 'xcode.just' + +target := 'Sora' + +fetch: + curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/xcode.just > xcode.just + +format: + just _format {{target}} + +build: + just _build {{target}} + +open: + just _open {{target}} |