From 614f75364b71f7445f9099c18267b607ce6aacb0 Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Sun, 18 Aug 2019 22:39:09 +0200 Subject: [PATCH] Fix the filename. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0550ab5..0300c96 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MACHDEP = -DESPRESSO -mcpu=750 -meabi -mhard-float # DATA is a list of directories containing data files # INCLUDES is a list of directories containing header files #------------------------------------------------------------------------------- -TARGET := hook_payload.elf +TARGET := hook_payload BUILD := build BUILD_DBG := $(TARGET)_dbg SOURCES := src \