From: Art Cancro Date: Sat, 16 Oct 2021 23:12:34 +0000 (-0400) Subject: backslashes are fun X-Git-Tag: v940~20 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4fdb4beff9e0135ab327e8952d15b93d8a2d8fca;p=citadel.git backslashes are fun --- 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 :=