2354e92eaf
The test_gfx rom is doing some kind of blinking light thing, move it to a subdir.
6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
|
test_gfx:
|
|
wla-65816 -o test_gfx.obj test_gfx.asm
|
|
wlalink -r test_gfx.link test_gfx.smc
|
|
|