diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-02 23:00:29 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-02 23:00:29 -0700 |
commit | 2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf (patch) | |
tree | 564206e9759e8f40ccb5a7d7a0ac66a1f67482c9 | |
parent | cf1e4d60e1fcd75fa734365a2666ea8930938128 (diff) |
altos: megametrum builds an ELF file, not an IHX file
Name it appropriately.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/megametrum-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |