7 lines
106 B
Makefile
7 lines
106 B
Makefile
ifndef ($(TARGET))
|
|
ifneq ($(findstring mingw,$(shell pwd)),)
|
|
TARGET = mingw
|
|
endif
|
|
endif
|
|
|
|
|