aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <algernon@users.noreply.github.com>2017-10-22 13:16:12 +0200
committerGitHub <noreply@github.com>2017-10-22 13:16:12 +0200
commite6f5423a123bfa017c518001d77a63d1519f908b (patch)
tree5c17a037bba383a7f94501bd1579c1ab5bcae49b
parentMerge pull request #24 from malsyned/patch-1 (diff)
parentFix trailing slash (diff)
downloadkeyboardio-model01-e6f5423a123bfa017c518001d77a63d1519f908b.tar.gz
keyboardio-model01-e6f5423a123bfa017c518001d77a63d1519f908b.tar.bz2
keyboardio-model01-e6f5423a123bfa017c518001d77a63d1519f908b.zip
Merge pull request #25 from ackintosh/trailing-slash
Fix trailing slash
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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