From ebe73c01fbdf73b3b4c6beaf089edb7ee394aa0b Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 12 Mar 2019 09:58:13 -0700 Subject: ELF output has .elf extension Signed-off-by: Nathaniel Graff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ############################################################# -- cgit v1.2.1-18-gbd029