mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 04:01:00 +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.
9 lines
104 B
Makefile
9 lines
104 B
Makefile
OBJS = \
|
|
Client.o \
|
|
main.o
|
|
|
|
PROGRAM = WebServer
|
|
|
|
LIB_DEPS = Core
|
|
|
|
include ../../Makefile.common
|