removes stray paren
parent
0457ed4880
commit
84276ee561
|
@ -318,7 +318,7 @@ REMOVEDIR = rmdir
|
|||
COPY = cp
|
||||
WINSHELL = cmd
|
||||
# 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
|
||||
else
|
||||
TEENSY_LOADER_CLI = teensy_loader_cli
|
||||
|
|
Loading…
Reference in New Issue