No need to explicitly define RM in Makefile

This commit is contained in:
PikalaxALT
2019-12-21 10:40:22 -05:00
parent aa6618a597
commit 6f803f04f0
-2
View File
@@ -5,8 +5,6 @@ CPP := $(CC) -E
LD := tools/binutils/bin/arm-none-eabi-ld
OBJCOPY := tools/binutils/bin/arm-none-eabi-objcopy
RM := rm -f
include config.mk
SHELL := /bin/bash -o pipefail