Justfile: run with mesen-s
This commit is contained in:
parent
379d1c88fc
commit
f6efec6961
3
justfile
3
justfile
@ -1,6 +1,9 @@
|
|||||||
default:
|
default:
|
||||||
just --list
|
just --list
|
||||||
|
|
||||||
|
run-homebrew: homebrew-tutorial
|
||||||
|
mesen-s ./out/main.sfc
|
||||||
|
|
||||||
homebrew-tutorial:
|
homebrew-tutorial:
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g
|
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g
|
||||||
|
Loading…
Reference in New Issue
Block a user