From 6f803f04f0c7bab935a2ebcf08202313699f06ad Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 21 Dec 2019 10:40:22 -0500 Subject: [PATCH] No need to explicitly define RM in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c8e500276..edaa183ed 100644 --- a/Makefile +++ b/Makefile @@ -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