From 7cba43370e3a22ee2a30f39d03c461b6b2d23703 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Mon, 18 Apr 2022 01:00:27 +0200 Subject: server: Replace cstr to string_view during msg parsing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 115bbf6..dc195c2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc .PHONY: all all: main.c server.c log.o hash_table.o string_view.o - $(CC) -ggdb -o papo main.c server.c log.o hash_table.o + $(CC) -ggdb -o papo main.c server.c log.o hash_table.o string_view.o .PHONY: test test: all -- cgit v1.2.3