graph-nodes/justfile

11 lines
97 B
Plaintext
Raw Normal View History

2022-09-02 18:23:57 +02:00
exe := "./pipeline"
build:
tup
run: build
{{exe}}
debug: build
lldb --one-line run {{exe}}