mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
ifeq (Windows_NT,$(OS))
|
||
|
include Makefile.mgw
|
||
|
else
|
||
|
all:
|
||
|
@echo Building with MinGW requires Windows NT
|
||
|
endif
|