You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
341 B

OBJECTS = SysGen.com Survey.com \
SysCopy.COM Assign.COM Format.COM Talk.COM OSLdr.COM Mode.COM RTC.COM \
Timer.COM IntTest.COM
OTHERS = *.hex *.com
SUBDIRS = XM FDU FAT
# Tune - left out for now
DEST = ../../Binary/Apps
TOOLS =../../Tools
RELPATH = Source/Apps
include $(TOOLS)/Makefile.inc
%.COM: %.asm
$(TASM) $< $@