mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-23 08:57:28 +00:00
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.
10 lines
104 B
Makefile
10 lines
104 B
Makefile
OBJS = \
|
|
Client.o \
|
|
main.o
|
|
|
|
PROGRAM = WebServer
|
|
|
|
LIB_DEPS = Core
|
|
|
|
include ../../Makefile.common
|