0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-25 04:01:28 +00:00
gzdoom/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