altos: megametrum builds an ELF file, not an IHX file
authorKeith Packard <keithp@keithp.com>
Tue, 3 Apr 2012 06:00:29 +0000 (23:00 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Apr 2012 06:00:29 +0000 (23:00 -0700)
Name it appropriately.

Signed-off-by: Keith Packard <keithp@keithp.com>
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)