Files
Pegasys-RomWBW/Source/Apps/ramtest/Makefile
2021-07-26 10:00:04 -07:00

11 lines
216 B
Makefile

OBJECTS = ramtest.com
DEST = ../../../Binary/Apps
DOCDEST = ../../../Doc
TOOLS = ../../../Tools
OTHERS = loader.bin dbgmon.bin
include $(TOOLS)/Makefile.inc
ramtest.com: loader.bin dbgmon.bin
cat $^ >$@