mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
OBJECTS = FDU.com
|
|
DOCS = FDU.txt
|
|
DEST = ../../../Binary/Apps
|
|
DOCDEST = ../../../Doc
|
|
TOOLS = ../../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.com: USETASM=1
|