bootstrap lua

This commit is contained in:
Fabien Freling 2025-02-24 13:15:12 +01:00
parent fbb14897bd
commit 61b773ac6d
3 changed files with 108 additions and 1 deletions

9
justfile Normal file
View file

@ -0,0 +1,9 @@
bin := "Rush.pdx"
alias b := build
build:
pdc src {{ bin }}
alias s := simu
simu: build
PlaydateSimulator {{ bin }}