From: Friedrich Beckmann Date: Tue, 3 Jan 2012 22:58:01 +0000 (+0100) Subject: Added the library to the list of dependencies as in flash X-Git-Url: https://git.gag.com/?p=fw%2Fstlink;a=commitdiff_plain;h=8e5b2b51bfa4e422c43b6862db7413a7d5b14fd5 Added the library to the list of dependencies as in flash --- diff --git a/gdbserver/Makefile b/gdbserver/Makefile index c81ea52..8cca572 100644 --- a/gdbserver/Makefile +++ b/gdbserver/Makefile @@ -6,7 +6,7 @@ LDFLAGS=-L.. -lstlink -lusb-1.0 all: $(PRG) -$(PRG): $(OBJS) +$(PRG): $(OBJS) ../libstlink.a $(CC) -o $@ $^ $(LDFLAGS) clean: