Merge pull request #25 from ackintosh/trailing-slash
Fix trailing slash
This commit is contained in:
commit
e6f5423a12
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user