8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
 | 
						|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@ --builddirectory=_build
 | 
						|
 |