0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-22 02:41:57 +00:00
qzdoom/Makefile

6 lines
114 B
Makefile

ifeq (Windows_NT,$(OS))
include Makefile.mgw
else
all:
@echo Building with MinGW requires Windows NT
endif