aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-08-29 16:50:22 -0700
committerGitHub <noreply@github.com>2021-08-29 16:50:22 -0700
commit596c4a1f87b46e1858c7d3630802eec741d1cc28 (patch)
tree4985aa763eca968615ae7b8004261fa76262a389 /Makefile
parentb46064a891332db07643f73018910c031a63aa50 (diff)
downloadqmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.tar.gz
qmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.zip
Remove bin/qmk (#14231)
* Remove the bin/qmk script * remove bin/qmk from workflows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index bb2201e85..269be720c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,7 @@ endif
30endif 30endif
31 31
32# Determine which qmk cli to use 32# Determine which qmk cli to use
33ifeq (,$(shell which qmk)) 33QMK_BIN := qmk
34 QMK_BIN = bin/qmk
35else
36 QMK_BIN = qmk
37endif
38 34
39# avoid 'Entering|Leaving directory' messages 35# avoid 'Entering|Leaving directory' messages
40MAKEFLAGS += --no-print-directory 36MAKEFLAGS += --no-print-directory