backslashes are fun
authorArt Cancro <ajc@citadel.org>
Sat, 16 Oct 2021 23:12:34 +0000 (19:12 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 16 Oct 2021 23:12:34 +0000 (19:12 -0400)
webcit-ng/Makefile

index 6afe39a561405e0ede86b72d4a1ae614c1c91fa2..84cae5df8fc0cd7ca783750acd4316bcd9ec05de 100644 (file)
@@ -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 :=