From 2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 2 Apr 2012 23:00:29 -0700 Subject: [PATCH 1/1] altos: megametrum builds an ELF file, not an IHX file Name it appropriately. Signed-off-by: Keith Packard --- src/megametrum-v0.1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 6347f8c3..23160d9b 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -39,7 +39,7 @@ IDPRODUCT=0x000a CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -Os -g -PROG=megametrum-v0.1-$(VERSION).ihx +PROG=megametrum-v0.1-$(VERSION).elf SRC=$(ALTOS_SRC) ao_megametrum.c OBJ=$(SRC:.c=.o) -- 2.30.2