0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom-gpl.git synced 2025-03-01 06:20:55 +00:00
qzdoom-gpl/Makefile
2008-04-05 16:35:38 +00:00

9 lines
110 B
Makefile

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