diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-05-28 12:58:26 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-06 01:55:05 +0200 |
| commit | 2648076370b06752a3c3fe70dc47868b66ced7fa (patch) | |
| tree | 9a0d7f4dfc1cc4e48c4afcca9be74e96c8824b8c /Makefile | |
| parent | 17502e7e32c041761dc383a481861997aee7ad28 (diff) | |
| download | slcl-search.tar.gz | |
WIP searchsearch
wildcard_cmp: Allow case-insensitive searches
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ OBJECTS = \ jwt.o \ main.o \ page.o \ - server.o + server.o \ + wildcard_cmp.o \ all: $(PROJECT) |
