From f39d23a1df6781f7fa75bc4a74f3688221d1d241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 19:58:31 +0000 Subject: [PATCH] changed srecord extension to .s19 according to Vincent's suggestion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6df343..237bd24 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ MAPFILE=bas.map LDCFILE=flash.lk # LDCFILE=ram.lk -EXEC=bas.hex +EXEC=bas.s19 CSRCS= \ $(SRCDIR)/startcf.c \