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-06-06 03:48:50 +0200 |
| commit | d4c8a8062ff722d7165f4b5faefe0f9b73d3738a (patch) | |
| tree | 3282708835e37a96082cc346e71162de3e1ec924 /Makefile | |
| parent | c4a3d54ac9f28d4690a88d9abcc262e6ffb9e381 (diff) | |
| download | slcl-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-- | 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) |
