1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 07:41:00 +00:00
serenity/Libraries/LibProtocol/Makefile

11 lines
244 B
Makefile

OBJS = \
Download.o \
Client.o
LIBRARY = libprotocol.a
Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
@$(MAKE) -C $(dir $(@))
include ../../Makefile.common