mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
OBJS = \
|
|
Client.o \
|
|
main.o
|
|
|
|
PROGRAM = WebServer
|
|
|
|
LIB_DEPS = HTTP Core
|
|
|
|
include ../../Makefile.common
|