@@ -16,12 +16,12 @@ DPATH = dep
OPATH = obj
# File type of source file
STYPE = c
STYPE = cpp
VPATH = $(SPATH) $(IPATH) $(DPATH) $(OPATH)
# compiler and compiler flags
CC = gcc
CC = g++
CFLAGS = -I$(IPATH) -pthread -lrt
# list of object files
The note is not visible to the blocked user.