psx2usb/pico-sdk/lib/tinyusb/tools/uf2/hidapi/windows/Makefile-manual
2024-09-22 06:45:50 +02:00

14 lines
190 B
Text

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)