mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-14 18:30:38 +00:00
6c752c15a2
This server listens on port 8000 and serves HTML files from /www. It's very simple and quite naive, but I think we can start here and build our way to something pretty neat. Work towards #792.
9 lines
104 B
Makefile
9 lines
104 B
Makefile
OBJS = \
|
|
Client.o \
|
|
main.o
|
|
|
|
PROGRAM = WebServer
|
|
|
|
LIB_DEPS = Core
|
|
|
|
include ../../Makefile.common
|