graph-nodes/justfile

11 lines
97 B
Plaintext

exe := "./pipeline"
build:
tup
run: build
{{exe}}
debug: build
lldb --one-line run {{exe}}