summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 319903a..ee3b396 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ PROGRAM_ROOT ?= $(abspath .)
SRC_DIR = $(PROGRAM_ROOT)/software/$(PROGRAM)
-PROGRAM_ELF = $(SRC_DIR)/$(PROGRAM)
+PROGRAM_ELF = $(SRC_DIR)/$(PROGRAM).elf
PROGRAM_HEX = $(SRC_DIR)/$(PROGRAM).hex
#############################################################