mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
11 lines
230 B
Makefile
11 lines
230 B
Makefile
OBJECTS = ramtest.com
|
|
DEST = ../../../../Binary/Apps/Test
|
|
DOCDEST = ../../../../Doc
|
|
TOOLS = ../../../../Tools
|
|
OTHERS = loader.bin dbgmon.bin
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
ramtest.com: loader.bin dbgmon.bin
|
|
cat $^ >$@
|
|
|