CS计算机代考程序代写 # Build a client and server using only the student’s my_storage.cc

# Build a client and server using only the student’s my_storage.cc

# The executables will have the suffix .exe
EXESUFFIX = exe

# Names for building the client:
CLIENT_MAIN = client
CLIENT_CXX =
CLIENT_COMMON =
CLIENT_PROVIDED = client requests crypto err file net my_crypto

# Names for building the server
SERVER_MAIN = server
SERVER_CXX = my_storage
SERVER_COMMON =
SERVER_PROVIDED = server responses parsing sequentialmap_factories \
crypto err file net my_pool my_crypto

# Pull in the common build rules
include common.mk