mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
build: rip out obsolete makefiles for obsolete platforms
We don't support DOS/Win32, so these are not needed anymore... Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
.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