No need to explicitly define RM in Makefile
This commit is contained in:
@@ -5,8 +5,6 @@ CPP := $(CC) -E
|
|||||||
LD := tools/binutils/bin/arm-none-eabi-ld
|
LD := tools/binutils/bin/arm-none-eabi-ld
|
||||||
OBJCOPY := tools/binutils/bin/arm-none-eabi-objcopy
|
OBJCOPY := tools/binutils/bin/arm-none-eabi-objcopy
|
||||||
|
|
||||||
RM := rm -f
|
|
||||||
|
|
||||||
include config.mk
|
include config.mk
|
||||||
|
|
||||||
SHELL := /bin/bash -o pipefail
|
SHELL := /bin/bash -o pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user