11 lines
193 B
Makefile
11 lines
193 B
Makefile
OBJECTS = Dev.com *.ovr *.hlp Dev.doc
|
|
DEST = ../../../Binary/Apps
|
|
TOOLS = ../../../Tools
|
|
OTHERS = *.hex
|
|
NODELETE = *.ovr *.doc *.hlp
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.com: USETASM=1
|
|
|
|
|