jw-pkg/make/platform.mk
2009-07-09 11:53:53 +00:00

7 lines
106 B
Makefile

ifndef ($(TARGET))
ifneq ($(findstring mingw,$(shell pwd)),)
TARGET = mingw
endif
endif