forked from MirrorRepos/RomWBW
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.
7 lines
123 B
Makefile
7 lines
123 B
Makefile
OBJECTS = fat.com
|
|
NODELETE = fat.com
|
|
DEST = ../../../Binary/Apps
|
|
|
|
TOOLS=../../../Tools
|
|
include $(TOOLS)/Makefile.inc
|