mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-11-04 14:32:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			22 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# p0f - make wrapper
							 | 
						||
| 
								 | 
							
								# ------------------
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# Copyright (C) 2012 by Michal Zalewski <lcamtuf@coredump.cx>
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# Distributed under the terms and conditions of GNU LGPL.
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								all:
							 | 
						||
| 
								 | 
							
									@./build.sh all
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								debug:
							 | 
						||
| 
								 | 
							
									@./build.sh debug
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								clean:
							 | 
						||
| 
								 | 
							
									@./build.sh clean
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								publish:
							 | 
						||
| 
								 | 
							
									@./build.sh publish
							 | 
						||
| 
								 | 
							
								
							 |