From 9cab9431bbcc78947fc60569087d9904971ee7aa Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 11 Jul 2023 01:20:39 +0200 Subject: Allow admins to define their own stylesheet slcl used to provide a hardcoded stylesheet. However, it would be desirable for some admins to provide a custom stylesheet without having to rebuild the application. Now, slcl creates a default stylesheet, namely style.css, into the target directory, that can be later modified by admins. While this might contradict the suckless philosophy a bit, hopefully some admins might find this new feature useful. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 09f3cb2..ab56da6 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ OBJECTS = \ main.o \ page.o \ server.o \ + style.o \ wildcard_cmp.o \ all: $(PROJECT) -- cgit v1.2.3