initial commit
This commit is contained in:
commit
85cd4af924
4 changed files with 75 additions and 0 deletions
9
justfile
Normal file
9
justfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
TIC := "tic80 --skip --fs ."
|
||||
CART := "cart.wren"
|
||||
|
||||
run:
|
||||
{{TIC}} {{CART}}
|
||||
|
||||
export:
|
||||
mkdir --parents build
|
||||
{{TIC}} --cmd "load {{CART}} & save build/cart.tic & exit"
|
Loading…
Add table
Add a link
Reference in a new issue