Files
rgbds/src/asm/gameboy/makefile
Vegard Nossum b53e170781 Make all file names lowercase
This fixes a zip/platform artifact.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:25:27 +02:00

19 lines
225 B
Makefile

.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