snes-asm/justfile

14 lines
297 B
Makefile
Raw Normal View History

default:
just --list
2022-06-13 16:00:17 -07:00
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:
2022-01-30 01:27:54 -08:00
just legacy/greenspace/greenspace_smc
test_gfx:
just legacy/test_gfx/test_gfx