aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-28 12:58:26 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-06 01:55:05 +0200
commit2648076370b06752a3c3fe70dc47868b66ced7fa (patch)
tree9a0d7f4dfc1cc4e48c4afcca9be74e96c8824b8c /Makefile
parent17502e7e32c041761dc383a481861997aee7ad28 (diff)
downloadslcl-search.tar.gz
WIP searchsearch
wildcard_cmp: Allow case-insensitive searches
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)