Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
26
node_modules/node-hid/hidapi/testgui/Makefile-manual
generated
vendored
Normal file
26
node_modules/node-hid/hidapi/testgui/Makefile-manual
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
OS=$(shell uname)
|
||||
|
||||
ifeq ($(OS), Darwin)
|
||||
FILE=Makefile.mac
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring MINGW,$(OS)))
|
||||
FILE=Makefile.mingw
|
||||
endif
|
||||
|
||||
ifeq ($(OS), Linux)
|
||||
FILE=Makefile.linux
|
||||
endif
|
||||
|
||||
ifeq ($(OS), FreeBSD)
|
||||
FILE=Makefile.freebsd
|
||||
endif
|
||||
|
||||
ifeq ($(FILE), )
|
||||
all:
|
||||
$(error Your platform ${OS} is not supported at this time.)
|
||||
endif
|
||||
|
||||
include $(FILE)
|
||||
Reference in New Issue
Block a user