From 3f606a741cc99cda57f720f968a33c1e865b7724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 18 Oct 2012 15:54:45 +0000 Subject: [PATCH] added $(STRT_OBJ) to clean target --- BaS_GNU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index d1440d9..44c5489 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -57,7 +57,7 @@ OBJS=$(COBJS) $(AOBJS) .PHONY all: $(EXEC) .PHONY clean: - @ rm -f $(EXEC) $(OBJS) $(MAPFILE) depend + @ rm -f $(EXEC) $(STRT_OBJ) $(OBJS) $(MAPFILE) depend $(EXEC): $(STRT_OBJ) $(OBJS) $(LDCFILE) $(LD) --oformat srec -Map $(MAPFILE) --cref -T flash.lk -s -o $@