mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Removed duplicate files in disk image process - Moved all applications to individual folders
11 lines
214 B
Makefile
11 lines
214 B
Makefile
OBJECTS = ramtest.com
|
|
DEST = ../../../../Binary/Apps/Test
|
|
DOCDEST = ../../../../Doc
|
|
TOOLS = ../../../../Tools
|
|
OTHERS = *.bin
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
ramtest.com: loader.bin dbgmon.bin
|
|
cat $^ >$@
|
|
|