mimetypes: init module mimetypes

This commit is contained in:
Jeremy Baxter 2024-08-07 13:09:14 +12:00
parent 810b78fc95
commit 03201fd28d
3 changed files with 1249 additions and 1 deletions

View file

@ -1,7 +1,7 @@
DC = ldc2
CFLAGS = -Jstatic -Oz
OBJS = httpd.o
OBJS = httpd.o mimetypes.o
all: httpd