parent
e0f3dd0cea
commit
559994826a
@ -0,0 +1,11 @@
|
|||||||
|
# This stub makefile for a Kaleidoscope plugin pulls in
|
||||||
|
# all targets from the Kaleidoscope-Plugin library
|
||||||
|
|
||||||
|
UNAME_S := $(shell uname -s)
|
||||||
|
|
||||||
|
BOARD_HARDWARE_PATH ?= $(HOME)/Arduino/hardware
|
||||||
|
ifeq ($(UNAME_S),Darwin)
|
||||||
|
BOARD_HARDWARE_PATH ?= $(HOME)/Library/Arduino/hardware
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(BOARD_HARDWARE_PATH)/keyboardio/avr/libraries/Kaleidoscope-Plugin/build/*.mk
|
Loading…
Reference in new issue