mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +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
 | 
