diff options
author | Gergely Nagy <algernon@users.noreply.github.com> | 2017-10-22 13:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 13:16:12 +0200 |
commit | e6f5423a123bfa017c518001d77a63d1519f908b (patch) | |
tree | 5c17a037bba383a7f94501bd1579c1ab5bcae49b | |
parent | 8ab156655a8f596ca559653923655be8afecbc78 (diff) | |
parent | 7b5427156646c3fcc7abdd9f027c0684a8cc2425 (diff) | |
download | Model01-Firmware-e6f5423a123bfa017c518001d77a63d1519f908b.tar.gz Model01-Firmware-e6f5423a123bfa017c518001d77a63d1519f908b.zip |
Merge pull request #25 from ackintosh/trailing-slash
Fix trailing slash
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |