checkin socket module
This commit is contained in:
@@ -11,7 +11,7 @@ else
|
||||
endif
|
||||
|
||||
# specify tensor path
|
||||
BIN = test_group_data test_quantile
|
||||
BIN = test_group_data test_quantile test_sock
|
||||
|
||||
.PHONY: clean all
|
||||
|
||||
@@ -19,6 +19,7 @@ all: $(BIN) $(MPIBIN)
|
||||
|
||||
test_group_data: test_group_data.cpp ../src/utils/*.h
|
||||
test_quantile: test_quantile.cpp ../src/utils/*.h
|
||||
test_sock: test_sock.cpp ../src/utils/*.h
|
||||
|
||||
$(BIN) :
|
||||
$(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)
|
||||
|
||||
Reference in New Issue
Block a user