diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 10:40:22 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 10:40:22 -0500 |
commit | 6f803f04f0c7bab935a2ebcf08202313699f06ad (patch) | |
tree | ca15873254ba6acfe675a81e6aa8d5f35f6f309d | |
parent | aa6618a597cdd852f84805d0fae70c781904fa84 (diff) |
No need to explicitly define RM in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |