From 4fdb4beff9e0135ab327e8952d15b93d8a2d8fca Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 16 Oct 2021 19:12:34 -0400 Subject: [PATCH] backslashes are fun --- webcit-ng/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webcit-ng/Makefile b/webcit-ng/Makefile index 6afe39a56..84cae5df8 100644 --- a/webcit-ng/Makefile +++ b/webcit-ng/Makefile @@ -1,4 +1,6 @@ -OBJS := http.o main.o request.o ssl.o static.o tcp_sockets.o webserver.o ctdlclient.o admin_functions.o room_functions.o util.o caldav_reports.o messages.o ctdlfunctions.o ctdl_commands.o forum_view.o html2html.o text2html.o user_functions.o +OBJS := http.o main.o request.o ssl.o static.o tcp_sockets.o webserver.o ctdlclient.o \ + admin_functions.o room_functions.o util.o caldav_reports.o messages.o \ + ctdlfunctions.o ctdl_commands.o forum_view.o html2html.o text2html.o user_functions.o CFLAGS := -ggdb -Wno-format-truncation LDFLAGS := -- 2.39.2