mirror of
https://github.com/MiSTer-devel/PCFX_MiSTer.git
synced 2026-04-19 03:04:49 +00:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
all: memtest.bin
|
|
|
|
%.acf: %.S
|
|
~/src/asl/obj/asl $^ -o $@ -L
|
|
|
|
%.bin: %.acf
|
|
p2bin $^ $@ -r 0xfff00000-0xffffffff
|