platform.mk: Add file

This commit is contained in:
Jan Lindemann 2009-07-09 11:53:53 +00:00 committed by Jan Lindemann
commit a51ebac3dc

7
make/platform.mk Normal file
View file

@ -0,0 +1,7 @@
ifndef ($(TARGET))
ifneq ($(findstring mingw,$(shell pwd)),)
TARGET = mingw
endif
endif