mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
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.
9 lines
163 B
Makefile
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
|