graph-nodes/justfile
2022-09-02 18:25:27 +02:00

11 lines
97 B
Makefile

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