diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -30,11 +30,7 @@ endif | |||
30 | endif | 30 | endif |
31 | 31 | ||
32 | # Determine which qmk cli to use | 32 | # Determine which qmk cli to use |
33 | ifeq (,$(shell which qmk)) | 33 | QMK_BIN := qmk |
34 | QMK_BIN = bin/qmk | ||
35 | else | ||
36 | QMK_BIN = qmk | ||
37 | endif | ||
38 | 34 | ||
39 | # avoid 'Entering|Leaving directory' messages | 35 | # avoid 'Entering|Leaving directory' messages |
40 | MAKEFLAGS += --no-print-directory | 36 | MAKEFLAGS += --no-print-directory |