Add comments to justfile
This commit is contained in:
parent
14b496ae1c
commit
06f267b208
2
justfile
2
justfile
@ -1,9 +1,11 @@
|
|||||||
default:
|
default:
|
||||||
just --list
|
just --list
|
||||||
|
|
||||||
|
# Run homebrew ROM using mesen-s
|
||||||
run-homebrew: homebrew-tutorial
|
run-homebrew: homebrew-tutorial
|
||||||
mesen-s ./out/main.sfc
|
mesen-s ./out/main.sfc
|
||||||
|
|
||||||
|
# Build homebrew ROM in ./out
|
||||||
homebrew-tutorial:
|
homebrew-tutorial:
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g
|
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g
|
||||||
|
Loading…
Reference in New Issue
Block a user