mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
src := perf.c
 | 
						|
obj := $(src-o-files)
 | 
						|
$(all-daemon)
 | 
						|
$(cf-local)
 | 
						|
 | 
						|
tests_objs := $(tests_objs) $(src-o-files)
 |