mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-24 12:50:24 +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
|