diff options
| author | shtrophic <christoph@liebender.dev> | 2024-12-05 17:24:04 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2024-12-05 17:24:04 +0100 |
| commit | e52b4bf39b7236b2a89e34aaf5c54db2e2b285d8 (patch) | |
| tree | a4197a66cc67be32ab8c5e4b4dd107cf30df0239 /Makefile | |
| parent | 7e743e8918e0a4d058217ec33ab745b1f1a97335 (diff) | |
import landloc.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h snac.h \ http_codes.h sandbox.o: sandbox.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h \ - xs_glob.h xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h snac.h + xs_glob.h xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h \ + landloc.h snac.h data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \ xs_set.h xs_time.h xs_regex.h xs_match.h xs_unicode.h xs_random.h snac.h \ http_codes.h |