forked from MirrorRepos/RomWBW
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 $^ >$@
|
|
|