diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-06 01:58:42 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-20 23:52:55 +0200 |
| commit | 0759122e4c7dd17af9f981040e44c747579478b6 (patch) | |
| tree | 0c3519520c70819a70b8962e59a722825fb3bd16 /Makefile | |
| parent | 3f642351232e51963c980a46260ce59076588c55 (diff) | |
| download | libweb-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-- | 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) |
