mimetypes: init module mimetypes
This commit is contained in:
parent
810b78fc95
commit
03201fd28d
3 changed files with 1249 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
DC = ldc2
|
||||
CFLAGS = -Jstatic -Oz
|
||||
|
||||
OBJS = httpd.o
|
||||
OBJS = httpd.o mimetypes.o
|
||||
|
||||
all: httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue