11 lines
175 B
Makefile
11 lines
175 B
Makefile
OBJECTS = dev.com
|
|
DOCS = dev.txt
|
|
DEST = ../../../Binary/Apps
|
|
DOCDEST = ../../../Binary/Apps
|
|
TOOLS = ../../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.com: USETASM=1
|
|
|
|
|