mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			72 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			72 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|  | all: ips | ||
|  | 
 | ||
|  | ips: ips.c | ||
|  | 	gcc ips.c -o ips -lm -O2 -Wall | ||
|  | 
 | ||
|  | clean: | ||
|  | 	rm -f ips |