Skip to content

Commit 73ec884

Browse files
authored
Give RM the same treatment MK got, and indent MK
1 parent 0d13cb4 commit 73ec884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ NRFJPROG = nrfjprog
4949

5050
# Set make directory command, Windows tries to create a directory named "-p" if that flag is there.
5151
ifneq ($(OS), Windows_NT)
52-
MK = mkdir -p
52+
MK = mkdir -p
5353
else
54-
MK = mkdir
54+
MK = mkdir
5555
endif
5656

57-
RM := rm -rf
57+
RM = rm -rf
5858

5959
# auto-detect BMP on macOS, otherwise have to specify
6060
BMP_PORT ?= $(shell ls -1 /dev/cu.usbmodem????????1 | head -1)

0 commit comments

Comments
 (0)