removes stray paren
parent
0457ed4880
commit
84276ee561
|
@ -318,7 +318,7 @@ REMOVEDIR = rmdir
|
||||||
COPY = cp
|
COPY = cp
|
||||||
WINSHELL = cmd
|
WINSHELL = cmd
|
||||||
# Autodecct teensy loader
|
# Autodecct teensy loader
|
||||||
ifneq (, $(shell which teensy-loader-cli 2>/dev/null)))
|
ifneq (, $(shell which teensy-loader-cli 2>/dev/null))
|
||||||
TEENSY_LOADER_CLI = teensy-loader-cli
|
TEENSY_LOADER_CLI = teensy-loader-cli
|
||||||
else
|
else
|
||||||
TEENSY_LOADER_CLI = teensy_loader_cli
|
TEENSY_LOADER_CLI = teensy_loader_cli
|
||||||
|
|
Loading…
Reference in New Issue