Add comments to justfile

This commit is contained in:
Greg Shuflin 2022-06-15 09:10:13 -07:00
parent 14b496ae1c
commit 06f267b208
1 changed files with 2 additions and 0 deletions

View File

@ -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