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:
Vegard Nossum
2009-06-11 06:58:10 +02:00
parent 8a7adf4c3b
commit e12cb95079
6 changed files with 0 additions and 273 deletions

View File

@@ -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