1
0

Merge pull request #25 from ackintosh/trailing-slash

Fix trailing slash
This commit is contained in:
Gergely Nagy 2017-10-22 13:16:12 +02:00 committed by GitHub
commit e6f5423a12

View File

@ -4,7 +4,7 @@
UNAME_S := $(shell uname -s) UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin) ifeq ($(UNAME_S),Darwin)
SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino/ SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino
PACKAGE_DIR ?= $(HOME)/Library/Arduino15 PACKAGE_DIR ?= $(HOME)/Library/Arduino15
else else
SKETCHBOOK_DIR ?= $(HOME)/Arduino SKETCHBOOK_DIR ?= $(HOME)/Arduino