From: Keith Packard Date: Tue, 3 Apr 2012 06:00:29 +0000 (-0700) Subject: altos: megametrum builds an ELF file, not an IHX file X-Git-Tag: 1.0.9.5~90 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf altos: megametrum builds an ELF file, not an IHX file Name it appropriately. Signed-off-by: Keith Packard --- 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)