diff --git a/BaS_GNU/BaS_GNU/Makefile b/BaS_GNU/BaS_GNU/Makefile index 7e10da3..b6df343 100644 --- a/BaS_GNU/BaS_GNU/Makefile +++ b/BaS_GNU/BaS_GNU/Makefile @@ -55,7 +55,7 @@ OBJS=$(COBJS) $(AOBJS) all: $(EXEC) $(EXEC): $(OBJS) - $(LD) --oformat srec -Map $(MAPFILE) --cref -T flash.lk -s -o $@ $(OBJS) + $(LD) --oformat srec -Map $(MAPFILE) --cref -T flash.lk -s -o $@ clean: @ rm -f $(EXEC) $(OBJS) $(MAPFILE) depend