mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
11 lines
381 B
Makefile
11 lines
381 B
Makefile
OBJS = \
|
|
Download.o \
|
|
Client.o
|
|
|
|
LIBRARY = libprotocol.a
|
|
|
|
Download.cpp Client.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
|
|
../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
|
|
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
|
|
|
include ../../Makefile.common
|