shithub: cstory

ref: 9973dddbbd6dc1d0e3d598ef4025b9c980d848e8
dir: /external/SDL2/src/hidapi/windows/Makefile-manual/

View raw version


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)