ref: a8bcf5a6fb0b361d3928d2eba103caacb3f42024
dir: /external/SDL2/src/hidapi/windows/Makefile-manual/
OS=$(shell uname)
ifneq (,$(findstring MINGW,$(OS)))
FILE=Makefile.mingw
endif
ifeq ($(FILE), )
all:
$(error Your platform ${OS} is not supported at this time.)
endif
include $(FILE)