gzdoom-gles/Makefile

6 lines
84 B
Makefile

ifeq (Windows_NT,$(OS))
include Makefile.mgw
else
include Makefile.linux
endif