Rename RdbClient to RdbResponse

This commit is contained in:
2024-10-07 22:18:42 -04:00
parent 1b273171ad
commit 6ea396a974
9 changed files with 201 additions and 199 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
build:
@mkdir -p build
@gcc main.c client.c cmdbuf.c hex.c request.c server.c ../vbtest/vb.c \
@gcc main.c cmdbuf.c hex.c request.c response.c server.c ../vbtest/vb.c \
-I include -I ../vbtest \
-Werror -Wall -Wextra -Wpedantic \
-Wno-unused-parameter -Wno-unused-function \