bootstrap lua
This commit is contained in:
parent
fbb14897bd
commit
61b773ac6d
3 changed files with 108 additions and 1 deletions
9
justfile
Normal file
9
justfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin := "Rush.pdx"
|
||||
|
||||
alias b := build
|
||||
build:
|
||||
pdc src {{ bin }}
|
||||
|
||||
alias s := simu
|
||||
simu: build
|
||||
PlaydateSimulator {{ bin }}
|
Loading…
Add table
Add a link
Reference in a new issue