diff --git a/justfile b/justfile index 221fdb3..59c03f7 100644 --- a/justfile +++ b/justfile @@ -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