Modernize build and test infra

pull/365/head
Jesse Vincent 7 years ago
parent 543c3b09f2
commit 0e0f3037e5
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -0,0 +1,12 @@
# This stub makefile for a Kaleidoscope plugin pulls in
# all targets from the Kaleidoscope-Plugin library
MAKEFILE_PREFIX=keyboardio/avr/libraries/Kaleidoscope-Plugin/build
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)/$(MAKEFILE_PREFIX)/*.mk
Loading…
Cancel
Save