removes stray paren

This commit is contained in:
Jack Humbert 2016-06-01 16:57:12 -04:00
parent 0457ed4880
commit 84276ee561
1 changed files with 1 additions and 1 deletions

View File

@ -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