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-07-20 23:52:55 +0200
commit0759122e4c7dd17af9f981040e44c747579478b6 (patch)
tree0c3519520c70819a70b8962e59a722825fb3bd16 /Makefile
parent3f642351232e51963c980a46260ce59076588c55 (diff)
downloadlibweb-0759122e4c7dd17af9f981040e44c747579478b6.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)