mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
updates makefile for wsperf stress test
This commit is contained in:
@@ -11,7 +11,7 @@ ifneq ($(OS), Darwin)
|
||||
LDFLAGS := $(LDFLAGS) -lrt -lpthread
|
||||
endif
|
||||
|
||||
wsperf: wsperf.o request.o case.o generic.o wscmd.o
|
||||
wsperf: wsperf.o request.o case.o generic.o wscmd.o stress_aggregate.o stress_handler.o
|
||||
$(CXX) $(CFLAGS) $^ -o $@ $(LDFLAGS)
|
||||
|
||||
%.o: %.cpp
|
||||
|
||||
Reference in New Issue
Block a user