mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:57:44 +00:00
11 lines
244 B
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
|