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