1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:50:59 +00:00
serenity/Servers/WebServer/Makefile

9 lines
109 B
Makefile

OBJS = \
Client.o \
main.o
PROGRAM = WebServer
LIB_DEPS = HTTP Core
include ../../Makefile.common