From c6071aae178ff9c44820d533701c09577c8840c5 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Sat, 16 Apr 2022 03:39:09 +0200 Subject: Create string_view struct --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32c0a02..115bbf6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc .PHONY: all -all: main.c server.c log.o hash_table.o +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 .PHONY: test -- cgit v1.2.3