From 7b5427156646c3fcc7abdd9f027c0684a8cc2425 Mon Sep 17 00:00:00 2001 From: "akihito.nakano" Date: Sun, 22 Oct 2017 20:03:49 +0900 Subject: Fix trailing slash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf76098..70f4b4c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) -SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino/ +SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino PACKAGE_DIR ?= $(HOME)/Library/Arduino15 else SKETCHBOOK_DIR ?= $(HOME)/Arduino -- cgit v1.2.3