snes-asm/justfile

17 lines
357 B
Makefile

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
ld65 -C ./homebrew-tutorial/lorom.cfg -o ./out/main.sfc ./out/main.o
greenspace_smc:
just legacy/greenspace/greenspace_smc
test_gfx:
just legacy/test_gfx/test_gfx