Files
RomWBW/Source/Apps/FDU/Makefile
2020-01-30 07:00:33 +00:00

11 lines
177 B
Makefile

OBJECTS = FDU.COM
DOCS = FDU.TXT
DEST = ../../../Binary/Apps
DOCDEST = ../../../Doc
TOOLS = ../../../Tools
include $(TOOLS)/Makefile.inc
%.COM: %.asm
$(TASM) $< $@