initial commit
This commit is contained in:
commit
4c7a851d22
6 changed files with 214 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
exe := "./pipeline"
|
||||
|
||||
build:
|
||||
tup
|
||||
|
||||
run: build
|
||||
{{exe}}
|
||||
|
||||
debug: build
|
||||
lldb --one-line run {{exe}}
|
Loading…
Add table
Add a link
Reference in a new issue