add cli main
This commit is contained in:
parent
09ddfccadc
commit
2e24f0314b
4 changed files with 48 additions and 0 deletions
2
justfile
2
justfile
|
@ -9,6 +9,8 @@ run: build
|
|||
{{exe}}
|
||||
|
||||
generate-build:
|
||||
git clean -xf src/
|
||||
rm --force {{exe}}
|
||||
tup generate {{build_sh}}
|
||||
|
||||
debug: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue