b’cf18434b5906430d69b743075b00a203c997de’
blob 571�# 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 = requests
CLIENT_COMMON =
CLIENT_PROVIDED = client crypto err file net my_crypto
# Names for building the server
SERVER_MAIN = server
SERVER_CXX =
SERVER_COMMON =
SERVER_PROVIDED = server responses parsing sequentialmap_factories \
crypto err file net my_pool my_crypto my_storage
# Pull in the common build rules
include common.mk