Justfile: run with mesen-s

This commit is contained in:
Greg Shuflin 2022-06-13 18:02:47 -07:00
parent 379d1c88fc
commit f6efec6961
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
default:
just --list
run-homebrew: homebrew-tutorial
mesen-s ./out/main.sfc
homebrew-tutorial:
mkdir -p out
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g