0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-22 10:51:56 +00:00
qzdoom/Makefile

13 lines
194 B
Makefile
Raw Normal View History

ifeq (Windows_NT,$(OS))
WIN=1
endif
ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys)
WIN=1
endif
ifeq (1,$(WIN))
include Makefile.mgw
else
include Makefile.linux
endif