aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-06 01:58:42 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-06 03:48:50 +0200
commitd4c8a8062ff722d7165f4b5faefe0f9b73d3738a (patch)
tree3282708835e37a96082cc346e71162de3e1ec924 /Makefile
parentc4a3d54ac9f28d4690a88d9abcc262e6ffb9e381 (diff)
downloadslcl-d4c8a8062ff722d7165f4b5faefe0f9b73d3738a.tar.gz
Split wildcard_cmp into its own component
Future commits will make use of this function outside handler.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e330be..09f3cb2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,8 @@ OBJECTS = \
jwt.o \
main.o \
page.o \
- server.o
+ server.o \
+ wildcard_cmp.o \
all: $(PROJECT)