From 06f267b2081daf431a3363c829431e2cf55ab894 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 15 Jun 2022 09:10:13 -0700 Subject: [PATCH] Add comments to justfile --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 59c03f7..79fe81d 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,11 @@ default: just --list +# Run homebrew ROM using mesen-s run-homebrew: homebrew-tutorial mesen-s ./out/main.sfc +# Build homebrew ROM in ./out homebrew-tutorial: mkdir -p out ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g