From beb8db73aadbd7d0464f1530ef86c961bc1aa2a0 Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 27 May 2023 12:08:00 -0600 Subject: Split cfws.c into multiple files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d4e5d7..3830dcb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LD=gcc CFLAGS=-Wall -Wextra -pedantic -std=c89 -g LDFLAGS= -OBJS=cfws.o http.o +OBJS=cfws.o file.o http.o net.o DESTDIR=/usr/local/bin/ -- cgit v1.2.3