mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			94 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			94 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								src := birdtest.c bt-utils.c
							 | 
						||
| 
								 | 
							
								obj := $(src-o-files)
							 | 
						||
| 
								 | 
							
								tests_objs := $(tests_objs) $(src-o-files)
							 |