forked from scott/threaded_network_chat
refactor: move client/server funcs to net.cc
This commit is contained in:
@@ -2,7 +2,7 @@ CXX = g++
|
||||
CXXFLAGS = -pthread -Wall -Wextra -O2 -std=c++17
|
||||
LDFLAGS = -lcurses
|
||||
TARGET = ct
|
||||
CXX_SRCS = main.cc
|
||||
CXX_SRCS = main.cc net.cc
|
||||
CXX_OBJS = $(CXX_SRCS:.cc=.o)
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user