Blame | Last modification | View Log | Download
OS=$(shell uname)ifeq ($(OS), Linux)FILE=Makefile.linuxendififeq ($(OS), FreeBSD)FILE=Makefile.freebsdendififeq ($(FILE), )all:$(error Your platform ${OS} is not supported by hidapi/libusb at this time.)endifinclude $(FILE)