We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d13cb4 commit 73ec884Copy full SHA for 73ec884
Makefile
@@ -49,12 +49,12 @@ NRFJPROG = nrfjprog
49
50
# Set make directory command, Windows tries to create a directory named "-p" if that flag is there.
51
ifneq ($(OS), Windows_NT)
52
-MK = mkdir -p
+ MK = mkdir -p
53
else
54
-MK = mkdir
+ MK = mkdir
55
endif
56
57
-RM := rm -rf
+RM = rm -rf
58
59
# auto-detect BMP on macOS, otherwise have to specify
60
BMP_PORT ?= $(shell ls -1 /dev/cu.usbmodem????????1 | head -1)
0 commit comments