Allow to write to sram from the command line
[fw/stlink] / gdbserver / Makefile
index c81ea52b84fdcfaa3cb8ebaefca17b06c03b0d71..8cca5726d25abc341c23f786804b8fc0b36a3547 100644 (file)
@@ -6,7 +6,7 @@ LDFLAGS=-L.. -lstlink -lusb-1.0
 
 all: $(PRG)
 
-$(PRG): $(OBJS)
+$(PRG): $(OBJS) ../libstlink.a
        $(CC) -o $@  $^ $(LDFLAGS)
 
 clean: