blob: 0c873ab0b4820857f7d4d140e73bb49afa98fcc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/client/sngtc_client/Makefile b/client/sngtc_client/Makefile
index cd8550e..77f891e 100644
--- a/client/sngtc_client/Makefile
+++ b/client/sngtc_client/Makefile
@@ -18,7 +18,7 @@ LDFLAGS += -L. -L../../lib
.PHONY: all
all: $(toolname)
-$(toolname): sngtc_client.o libortp.a
+$(toolname): sngtc_client.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
.PHONY: clean
|