2022-01-30 00:43:56 -08:00
|
|
|
default:
|
|
|
|
just --list
|
|
|
|
|
2022-01-30 11:46:51 -08:00
|
|
|
simple_rom:
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
cd simple-rom
|
|
|
|
wla-65816 -o simple_rom.obj simple_rom.asm
|
|
|
|
wlalink simple_rom.link simple_rom.smc
|
|
|
|
|
2022-01-30 00:43:56 -08:00
|
|
|
greenspace_smc:
|
2022-01-30 01:27:54 -08:00
|
|
|
just legacy/greenspace/greenspace_smc
|
2022-01-30 00:43:56 -08:00
|
|
|
|
2022-01-30 01:26:42 -08:00
|
|
|
test_gfx:
|
|
|
|
just legacy/test_gfx/test_gfx
|