Files
RomWBW/Source/Apps/FDU/Makefile
Wayne Warthen 3593a7fabd Filename Case Problems
In order to get the Linux/Mac and Windows builds to result in a binary identical result, I have changed the case of some filenames.  Windows and Linux handle directory sorting differently for upper/lower case in filenames.
2021-07-06 19:50:50 -07:00

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