mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-07 13:41:02 +00:00
9 lines
110 B
Makefile
9 lines
110 B
Makefile
ifeq (Windows_NT,$(OS))
|
|
WIN=1
|
|
endif
|
|
|
|
ifeq (1,$(WIN))
|
|
include Makefile.mgw
|
|
else
|
|
include Makefile.linux
|
|
endif
|