mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 14:57:50 +00:00
Make all file names lowercase
This fixes a zip/platform artifact. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
18
src/asm/gameboy/makefile
Normal file
18
src/asm/gameboy/makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
.ERASE
|
||||
.EXTENSIONS:
|
||||
.EXTENSIONS: .obj .c .l .y .h
|
||||
|
||||
!include ..\MAKEINIT
|
||||
|
||||
!ifeq TARGET DOS
|
||||
EXE = rgbasm.exe
|
||||
!endif
|
||||
!ifeq TARGET WIN95
|
||||
EXE = rgbasm95.exe
|
||||
!endif
|
||||
|
||||
TARGET_SYSTEM = GAMEBOY
|
||||
|
||||
!include ..\STDMAKE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user