forked from scott/threaded_network_chat
refactor: move display-related functions to display.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 net.cc
|
||||
CXX_SRCS = main.cc net.cc file.cc display.cc
|
||||
CXX_OBJS = $(CXX_SRCS:.cc=.o)
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user