-r is working

This commit is contained in:
elvis
2022-04-27 21:18:25 +02:00
parent 5151418090
commit 8841ca95a0
8 changed files with 65 additions and 43 deletions

View File

@ -5,7 +5,7 @@ INCLUDES := $(patsubst %,-I %,$(INCDIR))
LDFLAGS = -L . -lm
OPTFLAGS = #-O3
LIBS = -lpthread
SOCKET = ./cs_sock
SOCKET = ./socket
BUILD_DIR = ./build
SRC_DIR = ./src