aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 5053c68e15c8d059124af8de666407337b60bc8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import? 'xcode.just'

target := 'HoloBar'

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}}