altos: megametrum builds an ELF file, not an IHX file
[fw/altos] / src / megametrum-v0.1 / Makefile
index 6347f8c3ad96f0ed1bdf50d0e9a1a486a84e79ff..23160d9b0622452152c6e9d6c75b53c8facfae8a 100644 (file)
@@ -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)