mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
10 lines
109 B
Makefile
10 lines
109 B
Makefile
OBJS = \
|
|
Client.o \
|
|
main.o
|
|
|
|
PROGRAM = WebServer
|
|
|
|
LIB_DEPS = HTTP Core
|
|
|
|
include ../../Makefile.common
|