From 4b2be6fc2f4c3c876a3eb976c90d1ac21d652744 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 14 Aug 2017 15:45:00 -0700 Subject: fix a path in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b749a6..a41feff 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino/ else -SKETCHBOOK_DIR ?= $(HOME)/arduino +SKETCHBOOK_DIR ?= $(HOME)/Arduino endif BOARD_HARDWARE_PATH ?= $(SKETCHBOOK_DIR)/hardware -- cgit v1.2.3