From f6efec6961dfc0a6204a22eb4f75868151901944 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 13 Jun 2022 18:02:47 -0700 Subject: [PATCH] Justfile: run with mesen-s --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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