Remove bin/qmk (#14231)
* Remove the bin/qmk script * remove bin/qmk from workflows
This commit is contained in:
parent
b46064a891
commit
596c4a1f87
14 changed files with 11 additions and 114 deletions
6
Makefile
6
Makefile
|
@ -30,11 +30,7 @@ endif
|
|||
endif
|
||||
|
||||
# Determine which qmk cli to use
|
||||
ifeq (,$(shell which qmk))
|
||||
QMK_BIN = bin/qmk
|
||||
else
|
||||
QMK_BIN = qmk
|
||||
endif
|
||||
QMK_BIN := qmk
|
||||
|
||||
# avoid 'Entering|Leaving directory' messages
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue