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 $@